mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Move box_shadow_paint_order_a.html to wpt reftests.
This commit is contained in:
parent
8ba9e6efe3
commit
01c5134208
4 changed files with 25 additions and 1 deletions
|
@ -24,7 +24,6 @@ flaky_cpu == append_style_a.html append_style_b.html
|
|||
== box_shadow_inset_a.html box_shadow_inset_ref.html
|
||||
== box_shadow_inset_bg.html box_shadow_inset_bg_ref.html
|
||||
== box_shadow_inset_parsing_a.html box_shadow_inset_parsing_ref.html
|
||||
== box_shadow_paint_order_a.html box_shadow_paint_order_ref.html
|
||||
== box_shadow_spread_a.html box_shadow_spread_ref.html
|
||||
== br.html br-ref.html
|
||||
== canvas_radial_gradient_a.html canvas_radial_gradient_ref.html
|
||||
|
|
|
@ -779,6 +779,18 @@
|
|||
"url": "/_mozilla/css/border_spacing_a.html"
|
||||
}
|
||||
],
|
||||
"css/box_shadow_paint_order_a.html": [
|
||||
{
|
||||
"path": "css/box_shadow_paint_order_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/box_shadow_paint_order_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/box_shadow_paint_order_a.html"
|
||||
}
|
||||
],
|
||||
"css/box_sizing_border_box_a.html": [
|
||||
{
|
||||
"path": "css/box_sizing_border_box_a.html",
|
||||
|
@ -5148,6 +5160,18 @@
|
|||
"url": "/_mozilla/css/border_spacing_a.html"
|
||||
}
|
||||
],
|
||||
"css/box_shadow_paint_order_a.html": [
|
||||
{
|
||||
"path": "css/box_shadow_paint_order_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/box_shadow_paint_order_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/box_shadow_paint_order_a.html"
|
||||
}
|
||||
],
|
||||
"css/box_sizing_border_box_a.html": [
|
||||
{
|
||||
"path": "css/box_sizing_border_box_a.html",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<head>
|
||||
<link rel='match' href='box_shadow_paint_order_ref.html'>
|
||||
<!-- Tests paint order of multiple box shadows. -->
|
||||
<style>
|
||||
section {
|
Loading…
Add table
Add a link
Reference in a new issue