mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Move box_shadow_default_color_a.html to wpt reftests.
This commit is contained in:
parent
f9930ab1fe
commit
c265c52939
4 changed files with 25 additions and 1 deletions
|
@ -11,7 +11,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
|
|||
|
||||
== acid2_noscroll.html acid2_ref_broken.html
|
||||
flaky_cpu == append_style_a.html append_style_b.html
|
||||
== box_shadow_default_color_a.html box_shadow_default_color_ref.html
|
||||
== box_shadow_inset_a.html box_shadow_inset_ref.html
|
||||
== box_shadow_inset_parsing_a.html box_shadow_inset_parsing_ref.html
|
||||
== box_shadow_spread_a.html box_shadow_spread_ref.html
|
||||
|
|
|
@ -887,6 +887,18 @@
|
|||
"url": "/_mozilla/css/box_shadow_border_box_a.html"
|
||||
}
|
||||
],
|
||||
"css/box_shadow_default_color_a.html": [
|
||||
{
|
||||
"path": "css/box_shadow_default_color_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/box_shadow_default_color_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/box_shadow_default_color_a.html"
|
||||
}
|
||||
],
|
||||
"css/box_shadow_inset_bg.html": [
|
||||
{
|
||||
"path": "css/box_shadow_inset_bg.html",
|
||||
|
@ -5472,6 +5484,18 @@
|
|||
"url": "/_mozilla/css/box_shadow_border_box_a.html"
|
||||
}
|
||||
],
|
||||
"css/box_shadow_default_color_a.html": [
|
||||
{
|
||||
"path": "css/box_shadow_default_color_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/box_shadow_default_color_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/box_shadow_default_color_a.html"
|
||||
}
|
||||
],
|
||||
"css/box_shadow_inset_bg.html": [
|
||||
{
|
||||
"path": "css/box_shadow_inset_bg.html",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<head>
|
||||
<!-- Tests that the box-shadow color is correct if unspecified. -->
|
||||
<link rel=match href=box_shadow_default_color_ref.html>
|
||||
<style>
|
||||
section {
|
||||
position: absolute;
|
Loading…
Add table
Add a link
Reference in a new issue