mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Move box_shadow_inset_bg.html to wpt reftests.
This commit is contained in:
parent
8cb1aa0d67
commit
4116aa5e18
4 changed files with 25 additions and 1 deletions
|
@ -779,6 +779,18 @@
|
|||
"url": "/_mozilla/css/border_spacing_a.html"
|
||||
}
|
||||
],
|
||||
"css/box_shadow_inset_bg.html": [
|
||||
{
|
||||
"path": "css/box_shadow_inset_bg.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/box_shadow_inset_bg_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/box_shadow_inset_bg.html"
|
||||
}
|
||||
],
|
||||
"css/box_shadow_paint_order_a.html": [
|
||||
{
|
||||
"path": "css/box_shadow_paint_order_a.html",
|
||||
|
@ -5208,6 +5220,18 @@
|
|||
"url": "/_mozilla/css/border_spacing_a.html"
|
||||
}
|
||||
],
|
||||
"css/box_shadow_inset_bg.html": [
|
||||
{
|
||||
"path": "css/box_shadow_inset_bg.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/box_shadow_inset_bg_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/box_shadow_inset_bg.html"
|
||||
}
|
||||
],
|
||||
"css/box_shadow_paint_order_a.html": [
|
||||
{
|
||||
"path": "css/box_shadow_paint_order_a.html",
|
||||
|
|
12
tests/wpt/mozilla/tests/css/box_shadow_inset_bg.html
Normal file
12
tests/wpt/mozilla/tests/css/box_shadow_inset_bg.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<link rel='match' href='box_shadow_inset_bg_ref.html'>
|
||||
<div></div>
|
||||
|
||||
<style>
|
||||
div {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
box-shadow: inset 0 20px 0 0 red;
|
||||
background-color: rgba(0,0,0,0.7);
|
||||
}
|
||||
</style>
|
||||
|
16
tests/wpt/mozilla/tests/css/box_shadow_inset_bg_ref.html
Normal file
16
tests/wpt/mozilla/tests/css/box_shadow_inset_bg_ref.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<div><span></span></div>
|
||||
|
||||
<style>
|
||||
div {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
background-color: rgba(0,0,0,0.7);
|
||||
}
|
||||
span {
|
||||
background-color: red;
|
||||
width: 100px;
|
||||
height: 20px;
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue