From 3615db8964c133d417a85b246896dcee3d4b60d1 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Thu, 22 Oct 2015 09:16:45 -0400 Subject: [PATCH] Move height_compute_reset.html to wpt reftests. --- tests/ref/basic.list | 1 - tests/wpt/mozilla/meta/MANIFEST.json | 24 ++++++++++ .../mozilla/tests/css}/height_compute.html | 0 .../tests/css}/height_compute_reset.html | 1 + tests/wpt/mozilla/tests/css/reset.css | 48 +++++++++++++++++++ 5 files changed, 73 insertions(+), 1 deletion(-) rename tests/{ref => wpt/mozilla/tests/css}/height_compute.html (100%) rename tests/{ref => wpt/mozilla/tests/css}/height_compute_reset.html (93%) create mode 100644 tests/wpt/mozilla/tests/css/reset.css diff --git a/tests/ref/basic.list b/tests/ref/basic.list index ba5170570f4..a37977e278f 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -57,7 +57,6 @@ prefs:"layout.flex.enabled" == flex_row_direction.html flex_row_direction_ref.ht == floated_negative_margins_a.html floated_negative_margins_ref.html == floated_table_with_margin_a.html floated_table_with_margin_ref.html == font_size.html font_size_ref.html -== height_compute_reset.html height_compute.html # `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340 == hide_after_create.html hide_after_create_ref.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index ea8e27c4030..b24c3c8d1e0 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -947,6 +947,18 @@ "url": "/_mozilla/css/font_style.html" } ], + "css/height_compute_reset.html": [ + { + "path": "css/height_compute_reset.html", + "references": [ + [ + "/_mozilla/css/height_compute.html", + "==" + ] + ], + "url": "/_mozilla/css/height_compute_reset.html" + } + ], "css/img_block_display_a.html": [ { "path": "css/img_block_display_a.html", @@ -5064,6 +5076,18 @@ "url": "/_mozilla/css/font_style.html" } ], + "css/height_compute_reset.html": [ + { + "path": "css/height_compute_reset.html", + "references": [ + [ + "/_mozilla/css/height_compute.html", + "==" + ] + ], + "url": "/_mozilla/css/height_compute_reset.html" + } + ], "css/img_block_display_a.html": [ { "path": "css/img_block_display_a.html", diff --git a/tests/ref/height_compute.html b/tests/wpt/mozilla/tests/css/height_compute.html similarity index 100% rename from tests/ref/height_compute.html rename to tests/wpt/mozilla/tests/css/height_compute.html diff --git a/tests/ref/height_compute_reset.html b/tests/wpt/mozilla/tests/css/height_compute_reset.html similarity index 93% rename from tests/ref/height_compute_reset.html rename to tests/wpt/mozilla/tests/css/height_compute_reset.html index 114e7ef97c2..146b6b994d9 100644 --- a/tests/ref/height_compute_reset.html +++ b/tests/wpt/mozilla/tests/css/height_compute_reset.html @@ -1,5 +1,6 @@ +