Move position_fixed_static_y_a.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-12-02 14:11:06 +01:00
parent 9b7864aa1a
commit 03d5db9e12
4 changed files with 25 additions and 2 deletions

View file

@ -15,8 +15,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_border_a.html pixel_snapping_border_ref.html
resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_snapping_position_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_static_y_a.html position_fixed_static_y_b.html
# text_decoration_propagation_a.html text_decoration_propagation_b.html # text_decoration_propagation_a.html text_decoration_propagation_b.html
!= text_overflow_a.html text_overflow_ref.html != text_overflow_a.html text_overflow_ref.html
flaky_cpu,prefs:"layout.writing-mode.enabled" == vertical-lr-blocks.html vertical-lr-blocks_ref.html flaky_cpu,prefs:"layout.writing-mode.enabled" == vertical-lr-blocks.html vertical-lr-blocks_ref.html

View file

@ -3607,6 +3607,18 @@
"url": "/_mozilla/css/position_fixed_simple_a.html" "url": "/_mozilla/css/position_fixed_simple_a.html"
} }
], ],
"css/position_fixed_static_y_a.html": [
{
"path": "css/position_fixed_static_y_a.html",
"references": [
[
"/_mozilla/css/position_fixed_static_y_b.html",
"=="
]
],
"url": "/_mozilla/css/position_fixed_static_y_a.html"
}
],
"css/position_fixed_tile_edge.html": [ "css/position_fixed_tile_edge.html": [
{ {
"path": "css/position_fixed_tile_edge.html", "path": "css/position_fixed_tile_edge.html",
@ -9366,6 +9378,18 @@
"url": "/_mozilla/css/position_fixed_simple_a.html" "url": "/_mozilla/css/position_fixed_simple_a.html"
} }
], ],
"css/position_fixed_static_y_a.html": [
{
"path": "css/position_fixed_static_y_a.html",
"references": [
[
"/_mozilla/css/position_fixed_static_y_b.html",
"=="
]
],
"url": "/_mozilla/css/position_fixed_static_y_a.html"
}
],
"css/position_fixed_tile_edge.html": [ "css/position_fixed_tile_edge.html": [
{ {
"path": "css/position_fixed_tile_edge.html", "path": "css/position_fixed_tile_edge.html",

View file

@ -1,5 +1,6 @@
<html> <html>
<head> <head>
<link rel=match href=position_fixed_static_y_b.html>
<style> <style>
html, body { html, body {
margin-left: 0px; margin-left: 0px;