Move box_shadow_spread_a.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-11-03 17:51:51 +01:00
parent 3ac3085b18
commit b1a9a0650a
4 changed files with 25 additions and 1 deletions

View file

@ -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_spread_a.html box_shadow_spread_ref.html
== canvas_radial_gradient_a.html canvas_radial_gradient_ref.html
== fixed_width_overrides_child_intrinsic_width_a.html fixed_width_overrides_child_intrinsic_width_ref.html
prefs:"layout.flex-direction.enabled,layout.flex.enabled" == flex_column_direction.html flex_column_direction_ref.html

View file

@ -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",

View file

@ -1,5 +1,6 @@
<head>
<!-- Tests that spread works. -->
<link rel=match href=box_shadow_spread_ref.html>
<style>
section {
position: absolute;