From e6331062f9f7f27a132ca2b6dc4a3ec3689dfaaf Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Fri, 16 Oct 2015 18:13:41 -0400 Subject: [PATCH] Move position_fixed_overflow_a.html to wpt reftests. --- tests/ref/basic.list | 1 - tests/wpt/mozilla/meta/MANIFEST.json | 24 +++++++++++++++++++ .../tests/css}/position_fixed_overflow_a.html | 1 + .../tests/css}/position_fixed_overflow_b.html | 0 4 files changed, 25 insertions(+), 1 deletion(-) rename tests/{ref => wpt/mozilla/tests/css}/position_fixed_overflow_a.html (77%) rename tests/{ref => wpt/mozilla/tests/css}/position_fixed_overflow_b.html (100%) diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 48e18a9b289..29bb3e9a70a 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -256,7 +256,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_ # commented out because multiple layers don't work with reftests --pcwalton # == position_fixed_a.html position_fixed_b.html == position_fixed_background_color_a.html position_fixed_background_color_b.html -== position_fixed_overflow_a.html position_fixed_overflow_b.html # == position_fixed_simple_a.html position_fixed_simple_b.html # == position_fixed_static_y_a.html position_fixed_static_y_b.html == position_fixed_tile_edge.html position_fixed_tile_edge_ref.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 91d34c0668b..a1a1db266cc 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/position_fixed_overflow_a.html": [ + { + "path": "css/position_fixed_overflow_a.html", + "references": [ + [ + "/_mozilla/css/position_fixed_overflow_b.html", + "==" + ] + ], + "url": "/_mozilla/css/position_fixed_overflow_a.html" + } + ], "css/position_relative_a.html": [ { "path": "css/position_relative_a.html", @@ -3132,6 +3144,18 @@ "url": "/_mozilla/css/flex_nochild.html" } ], + "css/position_fixed_overflow_a.html": [ + { + "path": "css/position_fixed_overflow_a.html", + "references": [ + [ + "/_mozilla/css/position_fixed_overflow_b.html", + "==" + ] + ], + "url": "/_mozilla/css/position_fixed_overflow_a.html" + } + ], "css/position_relative_a.html": [ { "path": "css/position_relative_a.html", diff --git a/tests/ref/position_fixed_overflow_a.html b/tests/wpt/mozilla/tests/css/position_fixed_overflow_a.html similarity index 77% rename from tests/ref/position_fixed_overflow_a.html rename to tests/wpt/mozilla/tests/css/position_fixed_overflow_a.html index edc21e7d347..48c795262d1 100644 --- a/tests/ref/position_fixed_overflow_a.html +++ b/tests/wpt/mozilla/tests/css/position_fixed_overflow_a.html @@ -1,4 +1,5 @@ +
diff --git a/tests/ref/position_fixed_overflow_b.html b/tests/wpt/mozilla/tests/css/position_fixed_overflow_b.html similarity index 100% rename from tests/ref/position_fixed_overflow_b.html rename to tests/wpt/mozilla/tests/css/position_fixed_overflow_b.html