From 63f60deb249814dfef021157a41f8eccd0a2c15c Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 19 Oct 2015 18:34:07 -0400 Subject: [PATCH] Move inline_block_percentage_height_a.html to wpt reftests. --- tests/ref/basic.list | 1 - tests/wpt/mozilla/meta/MANIFEST.json | 24 +++++++++++++++++++ .../inline_block_percentage_height_a.html | 1 + .../inline_block_percentage_height_ref.html | 0 4 files changed, 25 insertions(+), 1 deletion(-) rename tests/{ref => wpt/mozilla/tests/css}/inline_block_percentage_height_a.html (79%) rename tests/{ref => wpt/mozilla/tests/css}/inline_block_percentage_height_ref.html (100%) diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 59a0967f320..e6f5e86e9e2 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -135,7 +135,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m == inline_block_parent_padding_a.html inline_block_parent_padding_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_block_percentage_height_a.html inline_block_percentage_height_ref.html == inline_block_stacking_context_a.html inline_block_stacking_context_ref.html == inline_block_with_margin_a.html inline_block_with_margin_ref.html # inline_border_a.html inline_border_b.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 3eb3a07f5f6..6984eba36e6 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -695,6 +695,18 @@ "url": "/_mozilla/css/inline_block_overflow.html" } ], + "css/inline_block_percentage_height_a.html": [ + { + "path": "css/inline_block_percentage_height_a.html", + "references": [ + [ + "/_mozilla/css/inline_block_percentage_height_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/inline_block_percentage_height_a.html" + } + ], "css/inline_border_baseline_a.html": [ { "path": "css/inline_border_baseline_a.html", @@ -3960,6 +3972,18 @@ "url": "/_mozilla/css/inline_block_overflow.html" } ], + "css/inline_block_percentage_height_a.html": [ + { + "path": "css/inline_block_percentage_height_a.html", + "references": [ + [ + "/_mozilla/css/inline_block_percentage_height_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/inline_block_percentage_height_a.html" + } + ], "css/inline_border_baseline_a.html": [ { "path": "css/inline_border_baseline_a.html", diff --git a/tests/ref/inline_block_percentage_height_a.html b/tests/wpt/mozilla/tests/css/inline_block_percentage_height_a.html similarity index 79% rename from tests/ref/inline_block_percentage_height_a.html rename to tests/wpt/mozilla/tests/css/inline_block_percentage_height_a.html index ce3f98323b8..fcaf608531b 100644 --- a/tests/ref/inline_block_percentage_height_a.html +++ b/tests/wpt/mozilla/tests/css/inline_block_percentage_height_a.html @@ -1,6 +1,7 @@ + Hello diff --git a/tests/ref/inline_block_percentage_height_ref.html b/tests/wpt/mozilla/tests/css/inline_block_percentage_height_ref.html similarity index 100% rename from tests/ref/inline_block_percentage_height_ref.html rename to tests/wpt/mozilla/tests/css/inline_block_percentage_height_ref.html