From 0a6feb0c9af2693809f081b5d25151ab7024bb7a Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Thu, 22 Oct 2015 09:16:45 -0400 Subject: [PATCH] Move calc-basic.html to wpt reftests. --- tests/ref/basic.list | 1 - tests/wpt/mozilla/meta/MANIFEST.json | 24 +++++++++++++++++++ .../mozilla/tests/css}/calc-basic-ref.html | 0 .../mozilla/tests/css}/calc-basic.html | 1 + 4 files changed, 25 insertions(+), 1 deletion(-) rename tests/{ref => wpt/mozilla/tests/css}/calc-basic-ref.html (100%) rename tests/{ref => wpt/mozilla/tests/css}/calc-basic.html (82%) diff --git a/tests/ref/basic.list b/tests/ref/basic.list index d1315d1297b..6c933fdc2ed 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -28,7 +28,6 @@ flaky_cpu == append_style_a.html append_style_b.html == box_shadow_spread_a.html box_shadow_spread_ref.html == box_sizing_border_box_a.html box_sizing_border_box_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 == canvas_radial_gradient_a.html canvas_radial_gradient_ref.html == case-insensitive-font-family.html case-insensitive-font-family-ref.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 5467c17d784..2843da260d1 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -791,6 +791,18 @@ "url": "/_mozilla/css/box_sizing_sanity_check_a.html" } ], + "css/calc-basic.html": [ + { + "path": "css/calc-basic.html", + "references": [ + [ + "/_mozilla/css/calc-basic-ref.html", + "==" + ] + ], + "url": "/_mozilla/css/calc-basic.html" + } + ], "css/canvas_linear_gradient_a.html": [ { "path": "css/canvas_linear_gradient_a.html", @@ -5112,6 +5124,18 @@ "url": "/_mozilla/css/box_sizing_sanity_check_a.html" } ], + "css/calc-basic.html": [ + { + "path": "css/calc-basic.html", + "references": [ + [ + "/_mozilla/css/calc-basic-ref.html", + "==" + ] + ], + "url": "/_mozilla/css/calc-basic.html" + } + ], "css/canvas_linear_gradient_a.html": [ { "path": "css/canvas_linear_gradient_a.html", diff --git a/tests/ref/calc-basic-ref.html b/tests/wpt/mozilla/tests/css/calc-basic-ref.html similarity index 100% rename from tests/ref/calc-basic-ref.html rename to tests/wpt/mozilla/tests/css/calc-basic-ref.html diff --git a/tests/ref/calc-basic.html b/tests/wpt/mozilla/tests/css/calc-basic.html similarity index 82% rename from tests/ref/calc-basic.html rename to tests/wpt/mozilla/tests/css/calc-basic.html index ae972fff38e..427c1260641 100644 --- a/tests/ref/calc-basic.html +++ b/tests/wpt/mozilla/tests/css/calc-basic.html @@ -1,4 +1,5 @@ +