From debad3fa357238d37cdff8afa619dc63d47e4085 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Thu, 22 Oct 2015 09:16:45 -0400 Subject: [PATCH] Move box_sizing_sanity_check_a.html to wpt reftests. --- tests/ref/basic.list | 1 - tests/wpt/mozilla/meta/MANIFEST.json | 24 +++++++++++++++++++ .../tests/css}/box_sizing_sanity_check_a.html | 1 + .../css}/box_sizing_sanity_check_ref.html | 0 4 files changed, 25 insertions(+), 1 deletion(-) rename tests/{ref => wpt/mozilla/tests/css}/box_sizing_sanity_check_a.html (69%) rename tests/{ref => wpt/mozilla/tests/css}/box_sizing_sanity_check_ref.html (100%) diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 0ea33d4f8ef..d1315d1297b 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -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 diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index b651593a574..5467c17d784 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -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", diff --git a/tests/ref/box_sizing_sanity_check_a.html b/tests/wpt/mozilla/tests/css/box_sizing_sanity_check_a.html similarity index 69% rename from tests/ref/box_sizing_sanity_check_a.html rename to tests/wpt/mozilla/tests/css/box_sizing_sanity_check_a.html index 9f4adbe3cba..de3de80ec30 100644 --- a/tests/ref/box_sizing_sanity_check_a.html +++ b/tests/wpt/mozilla/tests/css/box_sizing_sanity_check_a.html @@ -1,5 +1,6 @@ +
Heeheehee
diff --git a/tests/ref/box_sizing_sanity_check_ref.html b/tests/wpt/mozilla/tests/css/box_sizing_sanity_check_ref.html similarity index 100% rename from tests/ref/box_sizing_sanity_check_ref.html rename to tests/wpt/mozilla/tests/css/box_sizing_sanity_check_ref.html