mirror of
https://github.com/servo/servo.git
synced 2025-08-17 03:15:34 +01:00
Update web-platform-tests to revision 8fd32a0f7c18d32ae9e147d267746accc3ee9ad5
This commit is contained in:
parent
1a61937031
commit
1c115a1737
133 changed files with 1771 additions and 599 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue