Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(461)

Unified Diff: third_party/WebKit/LayoutTests/compositing/scrollbars/nested-overlay-scrollbars-expected.txt

Issue 2084643002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/compositing/scrollbars/nested-overlay-scrollbars-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/scrollbars/nested-overlay-scrollbars-expected.txt b/third_party/WebKit/LayoutTests/compositing/scrollbars/nested-overlay-scrollbars-expected.txt
index fb3a8a1ce23695dbce3ad7432435b168cb7d26ae..f518d0feda55b0c7bade634d6393ecbf22e633e2 100644
--- a/third_party/WebKit/LayoutTests/compositing/scrollbars/nested-overlay-scrollbars-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/scrollbars/nested-overlay-scrollbars-expected.txt
@@ -1,38 +1,46 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV id='outer'",
"position": [8, 8],
"bounds": [404, 404],
"shouldFlattenTransform": false,
"drawsContent": true,
"children": [
{
+ "name": "Scrolling Layer",
"position": [2, 2],
"bounds": [400, 400],
"shouldFlattenTransform": false,
"children": [
{
+ "name": "Scrolling Contents Layer",
"bounds": [400, 704],
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV id='inner'",
"position": [0, 500],
"bounds": [204, 204],
"shouldFlattenTransform": false,
"drawsContent": true,
"children": [
{
+ "name": "Scrolling Layer",
"position": [2, 2],
"bounds": [200, 200],
"shouldFlattenTransform": false,
"children": [
{
+ "name": "Scrolling Contents Layer",
"bounds": [5000, 9000],
"drawsContent": true
}
@@ -41,9 +49,11 @@
]
},
{
+ "name": "Squashing Containment Layer",
"shouldFlattenTransform": false,
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV id='grey'",
"position": [2, 502],
"bounds": [100, 800],
"contentsOpaque": true,
@@ -51,6 +61,7 @@
"backgroundColor": "#808080"
},
{
+ "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV id='spacer')",
"position": [2, 2502],
"bounds": [5000, 1000],
"drawsContent": true
@@ -58,18 +69,22 @@
]
},
{
+ "name": "Overflow Controls Host Layer",
"position": [2, 502],
"bounds": [204, 204],
"children": [
{
+ "name": "Horizontal Scrollbar Layer",
"position": [2, 195],
"bounds": [193, 7]
},
{
+ "name": "Vertical Scrollbar Layer",
"position": [195, 2],
"bounds": [7, 193]
},
{
+ "name": "Scroll Corner Layer",
"position": [195, 195],
"bounds": [7, 7],
"drawsContent": true
@@ -81,9 +96,11 @@
]
},
{
+ "name": "Overflow Controls Host Layer",
"bounds": [404, 404],
"children": [
{
+ "name": "Vertical Scrollbar Layer",
"position": [395, 2],
"bounds": [7, 400]
}

Powered by Google App Engine
This is Rietveld 408576698