From 3ed4e62057b8fc283e43aa6ec986c59ef14664be Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Tue, 10 Nov 2015 11:36:54 +0100 Subject: [PATCH] Move inline_block_parent_width.html and inline_block_parent_width_percentage.html to wpt reftests. --- tests/ref/basic.list | 2 - tests/wpt/mozilla/meta/MANIFEST.json | 48 +++++++++++++++++++ .../tests/css}/inline_block_parent_width.html | 1 + .../inline_block_parent_width_percentage.html | 1 + .../css}/inline_block_parent_width_ref.html | 0 5 files changed, 50 insertions(+), 2 deletions(-) rename tests/{ref => wpt/mozilla/tests/css}/inline_block_parent_width.html (89%) rename tests/{ref => wpt/mozilla/tests/css}/inline_block_parent_width_percentage.html (90%) rename tests/{ref => wpt/mozilla/tests/css}/inline_block_parent_width_ref.html (100%) diff --git a/tests/ref/basic.list b/tests/ref/basic.list index c8f07ee3a6a..609e9768e3b 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -34,8 +34,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m == iframe/stacking_context.html iframe/stacking_context_ref.html == iframe/stacking_context_position_a.html iframe/stacking_context_position_ref.html -== inline_block_parent_width.html inline_block_parent_width_ref.html -== inline_block_parent_width_percentage.html inline_block_parent_width_ref.html # inline_border_a.html inline_border_b.html == inline_whitespace_a.html inline_whitespace_ref.html == inline_whitespace_b.html inline_whitespace_ref.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index a708444d8fd..853d172c692 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -1919,6 +1919,30 @@ "url": "/_mozilla/css/inline_block_parent_padding_a.html" } ], + "css/inline_block_parent_width.html": [ + { + "path": "css/inline_block_parent_width.html", + "references": [ + [ + "/_mozilla/css/inline_block_parent_width_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/inline_block_parent_width.html" + } + ], + "css/inline_block_parent_width_percentage.html": [ + { + "path": "css/inline_block_parent_width_percentage.html", + "references": [ + [ + "/_mozilla/css/inline_block_parent_width_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/inline_block_parent_width_percentage.html" + } + ], "css/inline_block_percentage_height_a.html": [ { "path": "css/inline_block_percentage_height_a.html", @@ -6876,6 +6900,30 @@ "url": "/_mozilla/css/inline_block_parent_padding_a.html" } ], + "css/inline_block_parent_width.html": [ + { + "path": "css/inline_block_parent_width.html", + "references": [ + [ + "/_mozilla/css/inline_block_parent_width_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/inline_block_parent_width.html" + } + ], + "css/inline_block_parent_width_percentage.html": [ + { + "path": "css/inline_block_parent_width_percentage.html", + "references": [ + [ + "/_mozilla/css/inline_block_parent_width_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/inline_block_parent_width_percentage.html" + } + ], "css/inline_block_percentage_height_a.html": [ { "path": "css/inline_block_percentage_height_a.html", diff --git a/tests/ref/inline_block_parent_width.html b/tests/wpt/mozilla/tests/css/inline_block_parent_width.html similarity index 89% rename from tests/ref/inline_block_parent_width.html rename to tests/wpt/mozilla/tests/css/inline_block_parent_width.html index 520339a5a51..4a878a32d6a 100644 --- a/tests/ref/inline_block_parent_width.html +++ b/tests/wpt/mozilla/tests/css/inline_block_parent_width.html @@ -1,5 +1,6 @@ +
diff --git a/tests/ref/inline_block_parent_width_percentage.html b/tests/wpt/mozilla/tests/css/inline_block_parent_width_percentage.html similarity index 90% rename from tests/ref/inline_block_parent_width_percentage.html rename to tests/wpt/mozilla/tests/css/inline_block_parent_width_percentage.html index ed6bcf1ee89..53a04ad8382 100644 --- a/tests/ref/inline_block_parent_width_percentage.html +++ b/tests/wpt/mozilla/tests/css/inline_block_parent_width_percentage.html @@ -1,5 +1,6 @@ +
diff --git a/tests/ref/inline_block_parent_width_ref.html b/tests/wpt/mozilla/tests/css/inline_block_parent_width_ref.html similarity index 100% rename from tests/ref/inline_block_parent_width_ref.html rename to tests/wpt/mozilla/tests/css/inline_block_parent_width_ref.html