diff options
author | Ms2ger <Ms2ger@gmail.com> | 2015-12-02 14:01:10 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2015-12-02 14:01:10 +0100 |
commit | 2c4232b62079e4df8d1dde59cb7ec6bb4bd2a26e (patch) | |
tree | bf368dd61fad3a61f1c442abdba9c4abbd69293b | |
parent | a8cbc2864367da09fb31fb5f984a7b2d31b90b93 (diff) | |
download | servo-2c4232b62079e4df8d1dde59cb7ec6bb4bd2a26e.tar.gz servo-2c4232b62079e4df8d1dde59cb7ec6bb4bd2a26e.zip |
Move overflow_position_abs_inside_normal_a.html to wpt reftests.
-rw-r--r-- | tests/ref/basic.list | 2 | ||||
-rw-r--r-- | tests/wpt/mozilla/meta/MANIFEST.json | 24 | ||||
-rw-r--r-- | tests/wpt/mozilla/meta/css/overflow_position_abs_inside_normal_a.html.ini | 4 | ||||
-rw-r--r-- | tests/wpt/mozilla/tests/css/overflow_position_abs_inside_normal_a.html (renamed from tests/ref/overflow_position_abs_inside_normal_a.html) | 1 | ||||
-rw-r--r-- | tests/wpt/mozilla/tests/css/overflow_position_abs_inside_normal_b.html (renamed from tests/ref/overflow_position_abs_inside_normal_b.html) | 0 |
5 files changed, 29 insertions, 2 deletions
diff --git a/tests/ref/basic.list b/tests/ref/basic.list index fd5d92ec839..dfbc3bf61cc 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -13,8 +13,6 @@ fragment=top != ../html/acid2.html acid2_ref.html flaky_cpu == append_style_a.html append_style_b.html # `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340 -# Should be ==? -!= overflow_position_abs_inside_normal_a.html overflow_position_abs_inside_normal_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 diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index e2b7aa33d2d..efea32353a9 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -3295,6 +3295,18 @@ "url": "/_mozilla/css/overflow_position_abs_inline_block.html" } ], + "css/overflow_position_abs_inside_normal_a.html": [ + { + "path": "css/overflow_position_abs_inside_normal_a.html", + "references": [ + [ + "/_mozilla/css/overflow_position_abs_inside_normal_b.html", + "==" + ] + ], + "url": "/_mozilla/css/overflow_position_abs_inside_normal_a.html" + } + ], "css/overflow_position_abs_simple_a.html": [ { "path": "css/overflow_position_abs_simple_a.html", @@ -9018,6 +9030,18 @@ "url": "/_mozilla/css/overflow_position_abs_inline_block.html" } ], + "css/overflow_position_abs_inside_normal_a.html": [ + { + "path": "css/overflow_position_abs_inside_normal_a.html", + "references": [ + [ + "/_mozilla/css/overflow_position_abs_inside_normal_b.html", + "==" + ] + ], + "url": "/_mozilla/css/overflow_position_abs_inside_normal_a.html" + } + ], "css/overflow_position_abs_simple_a.html": [ { "path": "css/overflow_position_abs_simple_a.html", diff --git a/tests/wpt/mozilla/meta/css/overflow_position_abs_inside_normal_a.html.ini b/tests/wpt/mozilla/meta/css/overflow_position_abs_inside_normal_a.html.ini new file mode 100644 index 00000000000..7a3a9f959fa --- /dev/null +++ b/tests/wpt/mozilla/meta/css/overflow_position_abs_inside_normal_a.html.ini @@ -0,0 +1,4 @@ +[overflow_position_abs_inside_normal_a.html] + type: reftest + expected: FAIL + bug: https://github.com/servo/servo/issues/8780 diff --git a/tests/ref/overflow_position_abs_inside_normal_a.html b/tests/wpt/mozilla/tests/css/overflow_position_abs_inside_normal_a.html index aa9a3f11b7b..344f43abd3e 100644 --- a/tests/ref/overflow_position_abs_inside_normal_a.html +++ b/tests/wpt/mozilla/tests/css/overflow_position_abs_inside_normal_a.html @@ -3,6 +3,7 @@ `overflow: hidden` on #second has no effect on #abs because its CB is #first. </title> <head> + <link rel=match href=overflow_position_abs_inside_normal_b.html> <style> #first { position: relative; diff --git a/tests/ref/overflow_position_abs_inside_normal_b.html b/tests/wpt/mozilla/tests/css/overflow_position_abs_inside_normal_b.html index 6d0bb81e4be..6d0bb81e4be 100644 --- a/tests/ref/overflow_position_abs_inside_normal_b.html +++ b/tests/wpt/mozilla/tests/css/overflow_position_abs_inside_normal_b.html |