From ba6295736883c1033949f59a99254dd896ac644f Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Sat, 21 Nov 2015 10:05:38 +0100 Subject: [PATCH 1/5] Move position_fixed_tile_edge.html, position_fixed_tile_edge_2.html, and position_fixed_tile_edge_3.html to wpt reftests. --- tests/ref/basic.list | 3 - tests/wpt/mozilla/meta/MANIFEST.json | 72 +++++++++++++++++++ .../tests/css}/position_fixed_tile_edge.html | 1 + .../css}/position_fixed_tile_edge_2.html | 1 + .../css}/position_fixed_tile_edge_3.html | 1 + .../css}/position_fixed_tile_edge_ref.html | 0 6 files changed, 75 insertions(+), 3 deletions(-) rename tests/{ref => wpt/mozilla/tests/css}/position_fixed_tile_edge.html (71%) rename tests/{ref => wpt/mozilla/tests/css}/position_fixed_tile_edge_2.html (85%) rename tests/{ref => wpt/mozilla/tests/css}/position_fixed_tile_edge_3.html (86%) rename tests/{ref => wpt/mozilla/tests/css}/position_fixed_tile_edge_ref.html (100%) diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 2d1f09c47b4..815474bb022 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -48,9 +48,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_ # == position_fixed_a.html position_fixed_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 -== position_fixed_tile_edge_2.html position_fixed_tile_edge_ref.html -== position_fixed_tile_edge_3.html position_fixed_tile_edge_ref.html == root_display_inline_a.html root_display_ref.html == root_display_without_style_a.html root_display_ref.html # text_decoration_propagation_a.html text_decoration_propagation_b.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index b865a87d4ca..e629c9dba3f 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -3295,6 +3295,42 @@ "url": "/_mozilla/css/position_fixed_overflow_a.html" } ], + "css/position_fixed_tile_edge.html": [ + { + "path": "css/position_fixed_tile_edge.html", + "references": [ + [ + "/_mozilla/css/position_fixed_tile_edge_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/position_fixed_tile_edge.html" + } + ], + "css/position_fixed_tile_edge_2.html": [ + { + "path": "css/position_fixed_tile_edge_2.html", + "references": [ + [ + "/_mozilla/css/position_fixed_tile_edge_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/position_fixed_tile_edge_2.html" + } + ], + "css/position_fixed_tile_edge_3.html": [ + { + "path": "css/position_fixed_tile_edge_3.html", + "references": [ + [ + "/_mozilla/css/position_fixed_tile_edge_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/position_fixed_tile_edge_3.html" + } + ], "css/position_relative_a.html": [ { "path": "css/position_relative_a.html", @@ -8628,6 +8664,42 @@ "url": "/_mozilla/css/position_fixed_overflow_a.html" } ], + "css/position_fixed_tile_edge.html": [ + { + "path": "css/position_fixed_tile_edge.html", + "references": [ + [ + "/_mozilla/css/position_fixed_tile_edge_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/position_fixed_tile_edge.html" + } + ], + "css/position_fixed_tile_edge_2.html": [ + { + "path": "css/position_fixed_tile_edge_2.html", + "references": [ + [ + "/_mozilla/css/position_fixed_tile_edge_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/position_fixed_tile_edge_2.html" + } + ], + "css/position_fixed_tile_edge_3.html": [ + { + "path": "css/position_fixed_tile_edge_3.html", + "references": [ + [ + "/_mozilla/css/position_fixed_tile_edge_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/position_fixed_tile_edge_3.html" + } + ], "css/position_relative_a.html": [ { "path": "css/position_relative_a.html", diff --git a/tests/ref/position_fixed_tile_edge.html b/tests/wpt/mozilla/tests/css/position_fixed_tile_edge.html similarity index 71% rename from tests/ref/position_fixed_tile_edge.html rename to tests/wpt/mozilla/tests/css/position_fixed_tile_edge.html index 4a0fd898ea0..c9a06afa374 100644 --- a/tests/ref/position_fixed_tile_edge.html +++ b/tests/wpt/mozilla/tests/css/position_fixed_tile_edge.html @@ -1,4 +1,5 @@ +
diff --git a/tests/ref/position_fixed_tile_edge_2.html b/tests/wpt/mozilla/tests/css/position_fixed_tile_edge_2.html similarity index 85% rename from tests/ref/position_fixed_tile_edge_2.html rename to tests/wpt/mozilla/tests/css/position_fixed_tile_edge_2.html index dde70ad965d..7e72bf09265 100644 --- a/tests/ref/position_fixed_tile_edge_2.html +++ b/tests/wpt/mozilla/tests/css/position_fixed_tile_edge_2.html @@ -1,4 +1,5 @@ +
diff --git a/tests/ref/position_fixed_tile_edge_3.html b/tests/wpt/mozilla/tests/css/position_fixed_tile_edge_3.html similarity index 86% rename from tests/ref/position_fixed_tile_edge_3.html rename to tests/wpt/mozilla/tests/css/position_fixed_tile_edge_3.html index 60e20fb22b0..11d2001a8e9 100644 --- a/tests/ref/position_fixed_tile_edge_3.html +++ b/tests/wpt/mozilla/tests/css/position_fixed_tile_edge_3.html @@ -1,4 +1,5 @@ +
diff --git a/tests/ref/position_fixed_tile_edge_ref.html b/tests/wpt/mozilla/tests/css/position_fixed_tile_edge_ref.html similarity index 100% rename from tests/ref/position_fixed_tile_edge_ref.html rename to tests/wpt/mozilla/tests/css/position_fixed_tile_edge_ref.html From 3d5e1130d5877dd341b15e34caf211aad282d730 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Sat, 21 Nov 2015 10:08:32 +0100 Subject: [PATCH 2/5] Move root_display_inline_a.html and root_display_without_style_a.html to wpt reftests. --- tests/ref/basic.list | 2 - tests/wpt/mozilla/meta/MANIFEST.json | 48 +++++++++++++++++++ .../tests/css}/root_display_inline_a.html | 1 + .../mozilla/tests/css}/root_display_ref.html | 0 .../css}/root_display_without_style_a.html | 1 + 5 files changed, 50 insertions(+), 2 deletions(-) rename tests/{ref => wpt/mozilla/tests/css}/root_display_inline_a.html (68%) rename tests/{ref => wpt/mozilla/tests/css}/root_display_ref.html (100%) rename tests/{ref => wpt/mozilla/tests/css}/root_display_without_style_a.html (88%) diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 815474bb022..a7e1387ee61 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -48,8 +48,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_ # == position_fixed_a.html position_fixed_b.html # == position_fixed_simple_a.html position_fixed_simple_b.html # == position_fixed_static_y_a.html position_fixed_static_y_b.html -== root_display_inline_a.html root_display_ref.html -== root_display_without_style_a.html root_display_ref.html # text_decoration_propagation_a.html text_decoration_propagation_b.html != text_decoration_smoke_a.html text_decoration_smoke_ref.html != text_decoration_underline_subpx_a.html text_decoration_underline_subpx_ref.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index e629c9dba3f..c5b834e8761 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -3523,6 +3523,30 @@ "url": "/_mozilla/css/restyle_hints_state.html" } ], + "css/root_display_inline_a.html": [ + { + "path": "css/root_display_inline_a.html", + "references": [ + [ + "/_mozilla/css/root_display_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/root_display_inline_a.html" + } + ], + "css/root_display_without_style_a.html": [ + { + "path": "css/root_display_without_style_a.html", + "references": [ + [ + "/_mozilla/css/root_display_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/root_display_without_style_a.html" + } + ], "css/root_height_a.html": [ { "path": "css/root_height_a.html", @@ -8892,6 +8916,30 @@ "url": "/_mozilla/css/restyle_hints_state.html" } ], + "css/root_display_inline_a.html": [ + { + "path": "css/root_display_inline_a.html", + "references": [ + [ + "/_mozilla/css/root_display_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/root_display_inline_a.html" + } + ], + "css/root_display_without_style_a.html": [ + { + "path": "css/root_display_without_style_a.html", + "references": [ + [ + "/_mozilla/css/root_display_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/root_display_without_style_a.html" + } + ], "css/root_height_a.html": [ { "path": "css/root_height_a.html", diff --git a/tests/ref/root_display_inline_a.html b/tests/wpt/mozilla/tests/css/root_display_inline_a.html similarity index 68% rename from tests/ref/root_display_inline_a.html rename to tests/wpt/mozilla/tests/css/root_display_inline_a.html index 07fe6a96c21..44d4297ad55 100644 --- a/tests/ref/root_display_inline_a.html +++ b/tests/wpt/mozilla/tests/css/root_display_inline_a.html @@ -1,6 +1,7 @@ + Hello world! diff --git a/tests/ref/root_display_ref.html b/tests/wpt/mozilla/tests/css/root_display_ref.html similarity index 100% rename from tests/ref/root_display_ref.html rename to tests/wpt/mozilla/tests/css/root_display_ref.html diff --git a/tests/ref/root_display_without_style_a.html b/tests/wpt/mozilla/tests/css/root_display_without_style_a.html similarity index 88% rename from tests/ref/root_display_without_style_a.html rename to tests/wpt/mozilla/tests/css/root_display_without_style_a.html index 9f02354f48f..861a1ba7051 100644 --- a/tests/ref/root_display_without_style_a.html +++ b/tests/wpt/mozilla/tests/css/root_display_without_style_a.html @@ -1,6 +1,7 @@ +