From 72176abbd3e78a14db1976b59a9b11d41930c674 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 19 Oct 2015 18:34:07 -0400 Subject: [PATCH] Move link_style_order.html to wpt reftests. --- tests/ref/basic.list | 1 - tests/wpt/mozilla/meta/MANIFEST.json | 24 +++++++++++++++++++ .../mozilla/tests/css}/link_style_order.html | 1 + .../tests/css}/link_style_order_ref.html | 0 4 files changed, 25 insertions(+), 1 deletion(-) rename tests/{ref => wpt/mozilla/tests/css}/link_style_order.html (81%) rename tests/{ref => wpt/mozilla/tests/css}/link_style_order_ref.html (100%) diff --git a/tests/ref/basic.list b/tests/ref/basic.list index d3d13bfd30c..15a529d913e 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -155,7 +155,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html # Fails intermittently (#3636) # == link_style_dynamic_addition.html link_style_dynamic_addition_ref.html -== link_style_order.html link_style_order_ref.html == list_style_image_sizing_a.html list_style_image_sizing_ref.html == list_style_position_a.html list_style_position_ref.html != list_style_type_a.html list_style_type_ref.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 579677db1f3..3876b27f262 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -1007,6 +1007,18 @@ "url": "/_mozilla/css/linebreak_inline_span_a.html" } ], + "css/link_style_order.html": [ + { + "path": "css/link_style_order.html", + "references": [ + [ + "/_mozilla/css/link_style_order_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/link_style_order.html" + } + ], "css/max_width_float_simple_a.html": [ { "path": "css/max_width_float_simple_a.html", @@ -4440,6 +4452,18 @@ "url": "/_mozilla/css/linebreak_inline_span_a.html" } ], + "css/link_style_order.html": [ + { + "path": "css/link_style_order.html", + "references": [ + [ + "/_mozilla/css/link_style_order_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/link_style_order.html" + } + ], "css/max_width_float_simple_a.html": [ { "path": "css/max_width_float_simple_a.html", diff --git a/tests/ref/link_style_order.html b/tests/wpt/mozilla/tests/css/link_style_order.html similarity index 81% rename from tests/ref/link_style_order.html rename to tests/wpt/mozilla/tests/css/link_style_order.html index 0cac3321ae9..cffebd33d42 100644 --- a/tests/ref/link_style_order.html +++ b/tests/wpt/mozilla/tests/css/link_style_order.html @@ -1,6 +1,7 @@ + link/style order test diff --git a/tests/ref/link_style_order_ref.html b/tests/wpt/mozilla/tests/css/link_style_order_ref.html similarity index 100% rename from tests/ref/link_style_order_ref.html rename to tests/wpt/mozilla/tests/css/link_style_order_ref.html