diff options
author | Ms2ger <Ms2ger@gmail.com> | 2015-12-02 14:05:20 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2015-12-02 14:05:20 +0100 |
commit | 91d798cbd684a81b00c28c1588c62439e4713a47 (patch) | |
tree | 7539552e93378c3df5661416e78a2c3aea8a4413 | |
parent | 2c4232b62079e4df8d1dde59cb7ec6bb4bd2a26e (diff) | |
download | servo-91d798cbd684a81b00c28c1588c62439e4713a47.tar.gz servo-91d798cbd684a81b00c28c1588c62439e4713a47.zip |
Move position_fixed_a.html to wpt reftests.
-rw-r--r-- | tests/ref/basic.list | 1 | ||||
-rw-r--r-- | tests/wpt/mozilla/meta/MANIFEST.json | 24 | ||||
-rw-r--r-- | tests/wpt/mozilla/tests/css/position_fixed_a.html (renamed from tests/ref/position_fixed_a.html) | 1 | ||||
-rw-r--r-- | tests/wpt/mozilla/tests/css/position_fixed_b.html (renamed from tests/ref/position_fixed_b.html) | 0 |
4 files changed, 25 insertions, 1 deletions
diff --git a/tests/ref/basic.list b/tests/ref/basic.list index dfbc3bf61cc..d51ea3fc521 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -16,7 +16,6 @@ flaky_cpu == append_style_a.html append_style_b.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 -# == 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 # 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 efea32353a9..f90fc7bdcad 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -3559,6 +3559,18 @@ "url": "/_mozilla/css/position_abs_width_percentage_a.html" } ], + "css/position_fixed_a.html": [ + { + "path": "css/position_fixed_a.html", + "references": [ + [ + "/_mozilla/css/position_fixed_b.html", + "==" + ] + ], + "url": "/_mozilla/css/position_fixed_a.html" + } + ], "css/position_fixed_background_color_a.html": [ { "path": "css/position_fixed_background_color_a.html", @@ -9294,6 +9306,18 @@ "url": "/_mozilla/css/position_abs_width_percentage_a.html" } ], + "css/position_fixed_a.html": [ + { + "path": "css/position_fixed_a.html", + "references": [ + [ + "/_mozilla/css/position_fixed_b.html", + "==" + ] + ], + "url": "/_mozilla/css/position_fixed_a.html" + } + ], "css/position_fixed_background_color_a.html": [ { "path": "css/position_fixed_background_color_a.html", diff --git a/tests/ref/position_fixed_a.html b/tests/wpt/mozilla/tests/css/position_fixed_a.html index 1fe3fc1ec45..961613c7f6c 100644 --- a/tests/ref/position_fixed_a.html +++ b/tests/wpt/mozilla/tests/css/position_fixed_a.html @@ -1,5 +1,6 @@ <html> <head> + <link rel=match href=position_fixed_b.html> <style> .container { display: block; diff --git a/tests/ref/position_fixed_b.html b/tests/wpt/mozilla/tests/css/position_fixed_b.html index 1fe3fc1ec45..1fe3fc1ec45 100644 --- a/tests/ref/position_fixed_b.html +++ b/tests/wpt/mozilla/tests/css/position_fixed_b.html |