From 54d9d813a100f7a3268473049e8a51a75ab9ed16 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Thu, 15 Oct 2015 21:03:40 -0400 Subject: [PATCH 01/44] Move table_specified_width_a.html to wpt reftests. --- tests/ref/basic.list | 1 - tests/wpt/mozilla/meta/MANIFEST.json | 24 +++++++++++++++++++ .../tests/css}/table_specified_width_a.html | 1 + .../tests/css}/table_specified_width_ref.html | 0 4 files changed, 25 insertions(+), 1 deletion(-) rename tests/{ref => wpt/mozilla/tests/css}/table_specified_width_a.html (92%) rename tests/{ref => wpt/mozilla/tests/css}/table_specified_width_ref.html (100%) diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 62500b43965..40e2067f973 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -321,7 +321,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_ == table_percentage_width_a.html table_percentage_width_ref.html == table_preferred_width_a.html table_preferred_width_ref.html == table_row_direction_a.html table_row_direction_ref.html -== table_specified_width_a.html table_specified_width_ref.html == table_width_attribute_a.html table_width_attribute_ref.html == text_align_complex_a.html text_align_complex_ref.html == text_align_justify_a.html text_align_justify_ref.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index f64a9c710ed..dfeb04d5a3c 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -603,6 +603,18 @@ "url": "/_mozilla/css/stacking_context_rtl.html" } ], + "css/table_specified_width_a.html": [ + { + "path": "css/table_specified_width_a.html", + "references": [ + [ + "/_mozilla/css/table_specified_width_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/table_specified_width_a.html" + } + ], "css/transform_optimization.html": [ { "path": "css/transform_optimization.html", @@ -2156,6 +2168,18 @@ "url": "/_mozilla/css/stacking_context_rtl.html" } ], + "css/table_specified_width_a.html": [ + { + "path": "css/table_specified_width_a.html", + "references": [ + [ + "/_mozilla/css/table_specified_width_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/table_specified_width_a.html" + } + ], "css/transform_optimization.html": [ { "path": "css/transform_optimization.html", diff --git a/tests/ref/table_specified_width_a.html b/tests/wpt/mozilla/tests/css/table_specified_width_a.html similarity index 92% rename from tests/ref/table_specified_width_a.html rename to tests/wpt/mozilla/tests/css/table_specified_width_a.html index aa9912add20..ea0f69ee086 100644 --- a/tests/ref/table_specified_width_a.html +++ b/tests/wpt/mozilla/tests/css/table_specified_width_a.html @@ -1,5 +1,6 @@ + diff --git a/tests/ref/setattribute_id_restyle_b.html b/tests/wpt/mozilla/tests/css/setattribute_id_restyle_b.html similarity index 100% rename from tests/ref/setattribute_id_restyle_b.html rename to tests/wpt/mozilla/tests/css/setattribute_id_restyle_b.html From 64715b544873312795287b631bbbfb7549f89d33 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Thu, 15 Oct 2015 23:24:33 -0400 Subject: [PATCH 44/44] Move servo_center_a.html to wpt reftests. --- tests/ref/basic.list | 1 - tests/wpt/mozilla/meta/MANIFEST.json | 24 +++++++++++++++++++ .../mozilla/tests/css}/servo_center_a.html | 1 + .../mozilla/tests/css}/servo_center_ref.html | 0 4 files changed, 25 insertions(+), 1 deletion(-) rename tests/{ref => wpt/mozilla/tests/css}/servo_center_a.html (81%) rename tests/{ref => wpt/mozilla/tests/css}/servo_center_ref.html (100%) diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 4d4d2fe99c9..d274da12d91 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -296,7 +296,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_ == rtl_margin_a.html rtl_margin_ref.html == rtl_simple.html rtl_simple_ref.html == rtl_table_a.html rtl_table_ref.html -== servo_center_a.html servo_center_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 e326da56711..e5b39863e76 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -579,6 +579,18 @@ "url": "/_mozilla/css/flex_nochild.html" } ], + "css/servo_center_a.html": [ + { + "path": "css/servo_center_a.html", + "references": [ + [ + "/_mozilla/css/servo_center_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/servo_center_a.html" + } + ], "css/setattribute_id_restyle_a.html": [ { "path": "css/setattribute_id_restyle_a.html", @@ -2648,6 +2660,18 @@ "url": "/_mozilla/css/flex_nochild.html" } ], + "css/servo_center_a.html": [ + { + "path": "css/servo_center_a.html", + "references": [ + [ + "/_mozilla/css/servo_center_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/servo_center_a.html" + } + ], "css/setattribute_id_restyle_a.html": [ { "path": "css/setattribute_id_restyle_a.html", diff --git a/tests/ref/servo_center_a.html b/tests/wpt/mozilla/tests/css/servo_center_a.html similarity index 81% rename from tests/ref/servo_center_a.html rename to tests/wpt/mozilla/tests/css/servo_center_a.html index b43bf1830b0..047191730c3 100644 --- a/tests/ref/servo_center_a.html +++ b/tests/wpt/mozilla/tests/css/servo_center_a.html @@ -1,6 +1,7 @@ +