Commit 895e67e3 authored by Philip Rogers's avatar Philip Rogers Committed by Commit Bot

[root layer scrolls] Rebaseline 3 passing tests

These tests were passing and just needed new expectations:
paint/overflow/fixed-background-scroll-window.html
fast/sub-pixel/repaint-subpixel-layer-in-subpixel-composited-layer.html
fast/sub-pixel/should-not-repaint-subpixel-composited-layer.html

Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_root_layer_scrolls
Change-Id: I2fb8c49e3aa5d1ce054bcd2d63f5f19ef66d1caa
Reviewed-on: https://chromium-review.googlesource.com/772813Reviewed-by: default avatarStefan Zager <szager@chromium.org>
Commit-Queue: Philip Rogers <pdr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#517123}
parent 24ffbedf
...@@ -46,8 +46,6 @@ crbug.com/417782 [ Linux Mac ] fast/spatial-navigation/snav-iframe-no-focusable- ...@@ -46,8 +46,6 @@ crbug.com/417782 [ Linux Mac ] fast/spatial-navigation/snav-iframe-no-focusable-
crbug.com/417782 [ Linux Mac ] fast/spatial-navigation/snav-iframe-with-offscreen-focusable-element.html [ Failure ] crbug.com/417782 [ Linux Mac ] fast/spatial-navigation/snav-iframe-with-offscreen-focusable-element.html [ Failure ]
crbug.com/417782 [ Linux Mac ] fast/spatial-navigation/snav-media-elements.html [ Failure ] crbug.com/417782 [ Linux Mac ] fast/spatial-navigation/snav-media-elements.html [ Failure ]
crbug.com/417782 [ Linux ] fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html [ Failure ] crbug.com/417782 [ Linux ] fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html [ Failure ]
crbug.com/417782 fast/sub-pixel/repaint-subpixel-layer-in-subpixel-composited-layer.html [ Failure ]
crbug.com/417782 fast/sub-pixel/should-not-repaint-subpixel-composited-layer.html [ Failure ]
crbug.com/417782 html/dialog/form-method-dialog.html [ Crash ] crbug.com/417782 html/dialog/form-method-dialog.html [ Crash ]
crbug.com/417782 [ Mac ] http/tests/devtools/agents-enable-disable.js [ Timeout ] crbug.com/417782 [ Mac ] http/tests/devtools/agents-enable-disable.js [ Timeout ]
crbug.com/417782 http/tests/devtools/device-mode/default-background-color.html [ Failure ] crbug.com/417782 http/tests/devtools/device-mode/default-background-color.html [ Failure ]
...@@ -90,7 +88,6 @@ crbug.com/417782 paint/invalidation/window-resize/window-resize-positioned-botto ...@@ -90,7 +88,6 @@ crbug.com/417782 paint/invalidation/window-resize/window-resize-positioned-botto
crbug.com/417782 paint/invalidation/window-resize/window-resize-positioned-percent-top.html [ Failure ] crbug.com/417782 paint/invalidation/window-resize/window-resize-positioned-percent-top.html [ Failure ]
crbug.com/417782 paint/invalidation/window-resize/window-resize-vertical-writing-mode.html [ Crash ] crbug.com/417782 paint/invalidation/window-resize/window-resize-vertical-writing-mode.html [ Crash ]
crbug.com/417782 paint/invalidation/window-resize/window-resize-viewport-percent.html [ Failure ] crbug.com/417782 paint/invalidation/window-resize/window-resize-viewport-percent.html [ Failure ]
crbug.com/417782 paint/overflow/fixed-background-scroll-window.html [ Failure ]
crbug.com/417782 plugins/webview-plugin-nested-iframe-scroll.html [ Failure ] crbug.com/417782 plugins/webview-plugin-nested-iframe-scroll.html [ Failure ]
crbug.com/417782 plugins/webview-plugin-scroll.html [ Failure ] crbug.com/417782 plugins/webview-plugin-scroll.html [ Failure ]
crbug.com/417782 printing/quirks-percentage-height-body.html [ Failure ] crbug.com/417782 printing/quirks-percentage-height-body.html [ Failure ]
......
10.5px,12.5px,10.5px:
{
"layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"backgroundColor": "#FFFFFF"
},
{
"name": "Scrolling Layer",
"bounds": [800, 600],
"drawsContent": false
},
{
"name": "Scrolling Contents Layer",
"bounds": [800, 600],
"contentsOpaque": true,
"backgroundColor": "#FFFFFF"
},
{
"name": "LayoutBlockFlow (relative positioned) DIV id='container'",
"bounds": [100, 50],
"paintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
"rect": [12, 0, 12, 12],
"reason": "geometry"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
"rect": [10, 0, 12, 12],
"reason": "geometry"
}
],
"transform": 1
}
],
"transforms": [
{
"id": 1,
"transform": [
[1, 0, 0, 0],
[0, 1, 0, 0],
[0, 0, 1, 0],
[11, 0, 0, 1]
]
}
],
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
"reason": "geometry"
}
]
}
10.6px,12.4px,10.4px:
{
"layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"backgroundColor": "#FFFFFF"
},
{
"name": "Scrolling Layer",
"bounds": [800, 600],
"drawsContent": false
},
{
"name": "Scrolling Contents Layer",
"bounds": [800, 600],
"contentsOpaque": true,
"backgroundColor": "#FFFFFF"
},
{
"name": "LayoutBlockFlow (relative positioned) DIV id='container'",
"bounds": [100, 50],
"paintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
"rect": [11, 0, 13, 12],
"reason": "geometry"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
"rect": [9, 0, 13, 12],
"reason": "geometry"
}
],
"transform": 1
}
],
"transforms": [
{
"id": 1,
"transform": [
[1, 0, 0, 0],
[0, 1, 0, 0],
[0, 0, 1, 0],
[11, 0, 0, 1]
]
}
],
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
"reason": "geometry"
}
]
}
10.4px,12.6px,10.6px:
{
"layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"backgroundColor": "#FFFFFF"
},
{
"name": "Scrolling Layer",
"bounds": [800, 600],
"drawsContent": false
},
{
"name": "Scrolling Contents Layer",
"bounds": [800, 600],
"contentsOpaque": true,
"backgroundColor": "#FFFFFF"
},
{
"name": "LayoutBlockFlow (relative positioned) DIV id='container'",
"bounds": [100, 50],
"paintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
"rect": [12, 0, 13, 12],
"reason": "geometry"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
"rect": [10, 0, 13, 12],
"reason": "geometry"
}
],
"transform": 1
}
],
"transforms": [
{
"id": 1,
"transform": [
[1, 0, 0, 0],
[0, 1, 0, 0],
[0, 0, 1, 0],
[10, 0, 0, 1]
]
}
],
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
"reason": "geometry"
}
]
}
10.6px,12.6px,10.6px:
{
"layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"backgroundColor": "#FFFFFF"
},
{
"name": "Scrolling Layer",
"bounds": [800, 600],
"drawsContent": false
},
{
"name": "Scrolling Contents Layer",
"bounds": [800, 600],
"contentsOpaque": true,
"backgroundColor": "#FFFFFF"
},
{
"name": "LayoutBlockFlow (relative positioned) DIV id='container'",
"bounds": [100, 50],
"paintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
"rect": [12, 0, 13, 12],
"reason": "geometry"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
"rect": [10, 0, 13, 12],
"reason": "geometry"
}
],
"transform": 1
}
],
"transforms": [
{
"id": 1,
"transform": [
[1, 0, 0, 0],
[0, 1, 0, 0],
[0, 0, 1, 0],
[11, 0, 0, 1]
]
}
],
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
"reason": "geometry"
}
]
}
10.4px,12.4px,10.4px:
{
"layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"backgroundColor": "#FFFFFF"
},
{
"name": "Scrolling Layer",
"bounds": [800, 600],
"drawsContent": false
},
{
"name": "Scrolling Contents Layer",
"bounds": [800, 600],
"contentsOpaque": true,
"backgroundColor": "#FFFFFF"
},
{
"name": "LayoutBlockFlow (relative positioned) DIV id='container'",
"bounds": [100, 50],
"paintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
"rect": [12, 0, 13, 12],
"reason": "geometry"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
"rect": [10, 0, 13, 12],
"reason": "geometry"
}
],
"transform": 1
}
],
"transforms": [
{
"id": 1,
"transform": [
[1, 0, 0, 0],
[0, 1, 0, 0],
[0, 0, 1, 0],
[10, 0, 0, 1]
]
}
],
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='test'",
"reason": "geometry"
}
]
}
layer at (0,0) size 800x600 scrollY 1000.00 scrollHeight 4016
LayoutView at (0,0) size 800x600
layer at (0,-1000) size 800x4016 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600
LayoutBlockFlow {HTML} at (0,0) size 800x4016
LayoutBlockFlow {BODY} at (8,8) size 784x4000
layer at (8,116) size 653x20
LayoutBlockFlow (positioned) {P} at (8,1116) size 653x20
LayoutText {#text} at (0,0) size 653x19
text run at (0,0) width 653: "Tests painting of fixed background content in scrolled container. Passes if the background doesn't scroll."
scrolled to 0,1000
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment