Move box_sizing_sanity_check_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-22 09:16:45 -04:00
parent cd543ea85a
commit debad3fa35
4 changed files with 25 additions and 1 deletions

View file

@ -27,7 +27,6 @@ flaky_cpu == append_style_a.html append_style_b.html
== box_shadow_paint_order_a.html box_shadow_paint_order_ref.html
== box_shadow_spread_a.html box_shadow_spread_ref.html
== box_sizing_border_box_a.html box_sizing_border_box_ref.html
== box_sizing_sanity_check_a.html box_sizing_sanity_check_ref.html
== br.html br-ref.html
== calc-basic.html calc-basic-ref.html
== canvas_as_block_element_a.html canvas_as_block_element_ref.html

View file

@ -779,6 +779,18 @@
"url": "/_mozilla/css/border_spacing_a.html"
}
],
"css/box_sizing_sanity_check_a.html": [
{
"path": "css/box_sizing_sanity_check_a.html",
"references": [
[
"/_mozilla/css/box_sizing_sanity_check_ref.html",
"=="
]
],
"url": "/_mozilla/css/box_sizing_sanity_check_a.html"
}
],
"css/canvas_linear_gradient_a.html": [
{
"path": "css/canvas_linear_gradient_a.html",
@ -5088,6 +5100,18 @@
"url": "/_mozilla/css/border_spacing_a.html"
}
],
"css/box_sizing_sanity_check_a.html": [
{
"path": "css/box_sizing_sanity_check_a.html",
"references": [
[
"/_mozilla/css/box_sizing_sanity_check_ref.html",
"=="
]
],
"url": "/_mozilla/css/box_sizing_sanity_check_a.html"
}
],
"css/canvas_linear_gradient_a.html": [
{
"path": "css/canvas_linear_gradient_a.html",

View file

@ -1,5 +1,6 @@
<!DOCTYPE html>
<html>
<link rel='match' href='box_sizing_sanity_check_ref.html'>
<body>
<div style="box-sizing: border-box; float: left; background: yellow;">Heeheehee</div>
</body>