diff options
-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_simple_a.html (renamed from tests/ref/position_fixed_simple_a.html) | 1 | ||||
-rw-r--r-- | tests/wpt/mozilla/tests/css/position_fixed_simple_b.html (renamed from tests/ref/position_fixed_simple_b.html) | 0 |
4 files changed, 25 insertions, 1 deletions
diff --git a/tests/ref/basic.list b/tests/ref/basic.list index d51ea3fc521..c1ce97861c0 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_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 != text_overflow_a.html text_overflow_ref.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index f90fc7bdcad..2bc9d1396c8 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -3595,6 +3595,18 @@ "url": "/_mozilla/css/position_fixed_overflow_a.html" } ], + "css/position_fixed_simple_a.html": [ + { + "path": "css/position_fixed_simple_a.html", + "references": [ + [ + "/_mozilla/css/position_fixed_simple_b.html", + "==" + ] + ], + "url": "/_mozilla/css/position_fixed_simple_a.html" + } + ], "css/position_fixed_tile_edge.html": [ { "path": "css/position_fixed_tile_edge.html", @@ -9342,6 +9354,18 @@ "url": "/_mozilla/css/position_fixed_overflow_a.html" } ], + "css/position_fixed_simple_a.html": [ + { + "path": "css/position_fixed_simple_a.html", + "references": [ + [ + "/_mozilla/css/position_fixed_simple_b.html", + "==" + ] + ], + "url": "/_mozilla/css/position_fixed_simple_a.html" + } + ], "css/position_fixed_tile_edge.html": [ { "path": "css/position_fixed_tile_edge.html", diff --git a/tests/ref/position_fixed_simple_a.html b/tests/wpt/mozilla/tests/css/position_fixed_simple_a.html index 83e7cc72a78..d01b9550911 100644 --- a/tests/ref/position_fixed_simple_a.html +++ b/tests/wpt/mozilla/tests/css/position_fixed_simple_a.html @@ -1,5 +1,6 @@ <html> <head> + <link rel=match href=position_fixed_simple_b.html> <style> html, body { margin: 0px; diff --git a/tests/ref/position_fixed_simple_b.html b/tests/wpt/mozilla/tests/css/position_fixed_simple_b.html index 67ddd4208e6..67ddd4208e6 100644 --- a/tests/ref/position_fixed_simple_b.html +++ b/tests/wpt/mozilla/tests/css/position_fixed_simple_b.html |