Update web-platform-tests to revision 8fd32a0f7c18d32ae9e147d267746accc3ee9ad5

This commit is contained in:
WPT Sync Bot 2020-05-30 08:20:29 +00:00
parent 1a61937031
commit 1c115a1737
133 changed files with 1771 additions and 599 deletions

View file

@ -0,0 +1,18 @@
<!DOCTYPE html>
<style>
#target {
width: 220px;
height: 120px;
overflow: scroll;
}
#inner {
padding: 10px;
box-shadow: 10px 10px green inset;
height: 120px;
}
</style>
<div id="target">
<div id="inner">
Passes if green inset shadow is visible.
</div>
</div>