mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Move box_shadow_spread_a.html to wpt reftests.
This commit is contained in:
parent
3ac3085b18
commit
b1a9a0650a
4 changed files with 25 additions and 1 deletions
|
@ -947,6 +947,18 @@
|
|||
"url": "/_mozilla/css/box_shadow_paint_order_a.html"
|
||||
}
|
||||
],
|
||||
"css/box_shadow_spread_a.html": [
|
||||
{
|
||||
"path": "css/box_shadow_spread_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/box_shadow_spread_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/box_shadow_spread_a.html"
|
||||
}
|
||||
],
|
||||
"css/box_sizing_border_box_a.html": [
|
||||
{
|
||||
"path": "css/box_sizing_border_box_a.html",
|
||||
|
@ -5706,6 +5718,18 @@
|
|||
"url": "/_mozilla/css/box_shadow_paint_order_a.html"
|
||||
}
|
||||
],
|
||||
"css/box_shadow_spread_a.html": [
|
||||
{
|
||||
"path": "css/box_shadow_spread_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/box_shadow_spread_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/box_shadow_spread_a.html"
|
||||
}
|
||||
],
|
||||
"css/box_sizing_border_box_a.html": [
|
||||
{
|
||||
"path": "css/box_sizing_border_box_a.html",
|
||||
|
|
18
tests/wpt/mozilla/tests/css/box_shadow_spread_a.html
Normal file
18
tests/wpt/mozilla/tests/css/box_shadow_spread_a.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<head>
|
||||
<!-- Tests that spread works. -->
|
||||
<link rel=match href=box_shadow_spread_ref.html>
|
||||
<style>
|
||||
section {
|
||||
position: absolute;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
top: 100px;
|
||||
left: 100px;
|
||||
box-shadow: 0 0 0 25px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<section></section>
|
||||
</body>
|
||||
|
18
tests/wpt/mozilla/tests/css/box_shadow_spread_ref.html
Normal file
18
tests/wpt/mozilla/tests/css/box_shadow_spread_ref.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<head>
|
||||
<!-- Tests that spread works. -->
|
||||
<style>
|
||||
section {
|
||||
position: absolute;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
top: 75px;
|
||||
left: 75px;
|
||||
border: solid black 25px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<section></section>
|
||||
</body>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue