From c1228125a7361ae0cb2e9723268ade8ceeec48b9 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Fri, 16 Oct 2015 18:52:55 -0400 Subject: [PATCH] Move overflow_wrap_a.html to wpt reftests. --- tests/ref/basic.list | 1 - tests/wpt/mozilla/meta/MANIFEST.json | 24 +++++++++++++++++++ .../mozilla/tests/css}/overflow_wrap_a.html | 1 + .../mozilla/tests/css}/overflow_wrap_ref.html | 0 4 files changed, 25 insertions(+), 1 deletion(-) rename tests/{ref => wpt/mozilla/tests/css}/overflow_wrap_a.html (88%) rename tests/{ref => wpt/mozilla/tests/css}/overflow_wrap_ref.html (100%) diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 50bef5333d6..0fad27c98d0 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -234,7 +234,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html == overflow_position_rel_inline_block.html overflow_position_rel_inline_block_ref.html == overflow_scroll.html overflow_simple_b.html == overflow_simple_a.html overflow_simple_b.html -== overflow_wrap_a.html overflow_wrap_ref.html resolution=300x300,device-pixel-ratio=2 != pixel_snapping_border_a.html pixel_snapping_border_ref.html resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_snapping_position_ref.html # commented out because multiple layers don't work with reftests --pcwalton diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index b53f320adf6..59a867ad441 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -683,6 +683,18 @@ "url": "/_mozilla/css/flex_nochild.html" } ], + "css/overflow_wrap_a.html": [ + { + "path": "css/overflow_wrap_a.html", + "references": [ + [ + "/_mozilla/css/overflow_wrap_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/overflow_wrap_a.html" + } + ], "css/overflow_xy_a.html": [ { "path": "css/overflow_xy_a.html", @@ -3348,6 +3360,18 @@ "url": "/_mozilla/css/flex_nochild.html" } ], + "css/overflow_wrap_a.html": [ + { + "path": "css/overflow_wrap_a.html", + "references": [ + [ + "/_mozilla/css/overflow_wrap_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/overflow_wrap_a.html" + } + ], "css/overflow_xy_a.html": [ { "path": "css/overflow_xy_a.html", diff --git a/tests/ref/overflow_wrap_a.html b/tests/wpt/mozilla/tests/css/overflow_wrap_a.html similarity index 88% rename from tests/ref/overflow_wrap_a.html rename to tests/wpt/mozilla/tests/css/overflow_wrap_a.html index 8083eb9f3de..ee64197bb27 100644 --- a/tests/ref/overflow_wrap_a.html +++ b/tests/wpt/mozilla/tests/css/overflow_wrap_a.html @@ -1,6 +1,7 @@ + diff --git a/tests/ref/overflow_wrap_ref.html b/tests/wpt/mozilla/tests/css/overflow_wrap_ref.html similarity index 100% rename from tests/ref/overflow_wrap_ref.html rename to tests/wpt/mozilla/tests/css/overflow_wrap_ref.html