From af75427f199b53504a123d38238ae87b3eb95a78 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Thu, 15 Oct 2015 23:00:18 -0400 Subject: [PATCH] Move table_auto_width.html to wpt reftests. --- tests/ref/basic.list | 1 - tests/wpt/mozilla/meta/MANIFEST.json | 24 +++++++++++++++++++ .../mozilla/tests/css}/table_auto_width.html | 1 + .../tests/css}/table_auto_width_ref.html | 0 4 files changed, 25 insertions(+), 1 deletion(-) rename tests/{ref => wpt/mozilla/tests/css}/table_auto_width.html (79%) rename tests/{ref => wpt/mozilla/tests/css}/table_auto_width_ref.html (100%) diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 9a0a2feaf80..d2bb1735aa1 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -304,7 +304,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_ == stacking_context_overflow_relative_outline_a.html stacking_context_overflow_relative_outline_ref.html == style_is_in_doc.html style_is_in_doc_ref.html == submit_focus_a.html submit_focus_b.html -== table_auto_width.html table_auto_width_ref.html # text_decoration_propagation_a.html text_decoration_propagation_b.html != text_decoration_smoke_a.html text_decoration_smoke_ref.html != text_decoration_underline_subpx_a.html text_decoration_underline_subpx_ref.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index d084ea2cb24..fcf8a359429 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -603,6 +603,18 @@ "url": "/_mozilla/css/stacking_context_rtl.html" } ], + "css/table_auto_width.html": [ + { + "path": "css/table_auto_width.html", + "references": [ + [ + "/_mozilla/css/table_auto_width_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/table_auto_width.html" + } + ], "css/table_caption_bottom_a.html": [ { "path": "css/table_caption_bottom_a.html", @@ -2576,6 +2588,18 @@ "url": "/_mozilla/css/stacking_context_rtl.html" } ], + "css/table_auto_width.html": [ + { + "path": "css/table_auto_width.html", + "references": [ + [ + "/_mozilla/css/table_auto_width_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/table_auto_width.html" + } + ], "css/table_caption_bottom_a.html": [ { "path": "css/table_caption_bottom_a.html", diff --git a/tests/ref/table_auto_width.html b/tests/wpt/mozilla/tests/css/table_auto_width.html similarity index 79% rename from tests/ref/table_auto_width.html rename to tests/wpt/mozilla/tests/css/table_auto_width.html index 62f0def0086..6571bc84f39 100644 --- a/tests/ref/table_auto_width.html +++ b/tests/wpt/mozilla/tests/css/table_auto_width.html @@ -1,6 +1,7 @@ + diff --git a/tests/ref/table_auto_width_ref.html b/tests/wpt/mozilla/tests/css/table_auto_width_ref.html similarity index 100% rename from tests/ref/table_auto_width_ref.html rename to tests/wpt/mozilla/tests/css/table_auto_width_ref.html