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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overflow/content-gains-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/overflow/content-gains-scrollbars-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/content-gains-scrollbars-expected.txt b/third_party/WebKit/LayoutTests/compositing/overflow/content-gains-scrollbars-expected.txt
index 10f25514c0158fb7689737beafb5ca9967f27b9b..ac01f9bbc107e8387e10429e98359fef018258bc 100644
--- a/third_party/WebKit/LayoutTests/compositing/overflow/content-gains-scrollbars-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/overflow/content-gains-scrollbars-expected.txt
@@ -1,25 +1,31 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV class='container'",
"position": [8, 13],
"bounds": [100, 100],
"shouldFlattenTransform": false,
"drawsContent": true,
"children": [
{
+ "name": "Scrolling Layer",
"bounds": [85, 100],
"shouldFlattenTransform": false,
"children": [
{
+ "name": "Scrolling Contents Layer",
"bounds": [85, 200],
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV id='vertical' class='content tall'",
"bounds": [10, 200]
}
]
@@ -27,9 +33,11 @@
]
},
{
+ "name": "Overflow Controls Host Layer",
"bounds": [100, 100],
"children": [
{
+ "name": "Vertical Scrollbar Layer",
"position": [85, 0],
"bounds": [15, 100]
}
@@ -38,19 +46,23 @@
]
},
{
+ "name": "LayoutBlockFlow (positioned) DIV class='container'",
"position": [8, 13],
"bounds": [100, 100],
"shouldFlattenTransform": false,
"drawsContent": true,
"children": [
{
+ "name": "Scrolling Layer",
"bounds": [100, 85],
"shouldFlattenTransform": false,
"children": [
{
+ "name": "Scrolling Contents Layer",
"bounds": [200, 85],
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV id='horizontal' class='content wide'",
"bounds": [200, 10]
}
]
@@ -58,9 +70,11 @@
]
},
{
+ "name": "Overflow Controls Host Layer",
"bounds": [100, 100],
"children": [
{
+ "name": "Horizontal Scrollbar Layer",
"position": [0, 85],
"bounds": [100, 15]
}
@@ -69,19 +83,23 @@
]
},
{
+ "name": "LayoutBlockFlow (positioned) DIV class='container'",
"position": [8, 13],
"bounds": [100, 100],
"shouldFlattenTransform": false,
"drawsContent": true,
"children": [
{
+ "name": "Scrolling Layer",
"bounds": [85, 85],
"shouldFlattenTransform": false,
"children": [
{
+ "name": "Scrolling Contents Layer",
"bounds": [200, 200],
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV id='both' class='content wide tall'",
"bounds": [200, 200]
}
]
@@ -89,17 +107,21 @@
]
},
{
+ "name": "Overflow Controls Host Layer",
"bounds": [100, 100],
"children": [
{
+ "name": "Horizontal Scrollbar Layer",
"position": [0, 85],
"bounds": [85, 15]
},
{
+ "name": "Vertical Scrollbar Layer",
"position": [85, 0],
"bounds": [15, 85]
},
{
+ "name": "Scroll Corner Layer",
"position": [85, 85],
"bounds": [15, 15],
"drawsContent": true
@@ -109,22 +131,27 @@
]
},
{
+ "name": "LayoutBlockFlow (positioned) DIV id='corner' class='container resizeWidget'",
"position": [8, 13],
"bounds": [100, 100],
"drawsContent": true,
"children": [
{
+ "name": "Child Containment Layer",
"bounds": [100, 100],
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV class='content'",
"bounds": [10, 10]
}
]
},
{
+ "name": "Overflow Controls Host Layer",
"bounds": [100, 100],
"children": [
{
+ "name": "Scroll Corner Layer",
"position": [85, 85],
"bounds": [15, 15],
"drawsContent": true

Powered by Google App Engine
This is Rietveld 408576698