mirror of
https://github.com/servo/servo.git
synced 2025-06-20 15:18:58 +01:00
Move box_shadow_border_box_a.html to wpt reftests.
This commit is contained in:
parent
4116aa5e18
commit
fc958d4d2d
4 changed files with 25 additions and 1 deletions
|
@ -19,7 +19,6 @@ flaky_cpu == append_style_a.html append_style_b.html
|
|||
== borders_a.html borders_b.html
|
||||
== box_shadow_bg.html box_shadow_bg_ref.html
|
||||
!= box_shadow_blur_a.html box_shadow_blur_ref.html
|
||||
== box_shadow_border_box_a.html box_shadow_border_box_ref.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
|
||||
|
|
|
@ -779,6 +779,18 @@
|
|||
"url": "/_mozilla/css/border_spacing_a.html"
|
||||
}
|
||||
],
|
||||
"css/box_shadow_border_box_a.html": [
|
||||
{
|
||||
"path": "css/box_shadow_border_box_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/box_shadow_border_box_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/box_shadow_border_box_a.html"
|
||||
}
|
||||
],
|
||||
"css/box_shadow_inset_bg.html": [
|
||||
{
|
||||
"path": "css/box_shadow_inset_bg.html",
|
||||
|
@ -5220,6 +5232,18 @@
|
|||
"url": "/_mozilla/css/border_spacing_a.html"
|
||||
}
|
||||
],
|
||||
"css/box_shadow_border_box_a.html": [
|
||||
{
|
||||
"path": "css/box_shadow_border_box_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/box_shadow_border_box_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/box_shadow_border_box_a.html"
|
||||
}
|
||||
],
|
||||
"css/box_shadow_inset_bg.html": [
|
||||
{
|
||||
"path": "css/box_shadow_inset_bg.html",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<head>
|
||||
<link rel='match' href='box_shadow_border_box_ref.html'>
|
||||
<!-- Tests that the entire border-box is shadowed, not just the content box. -->
|
||||
<style>
|
||||
section {
|
Loading…
Add table
Add a link
Reference in a new issue