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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overflow/content-loses-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-loses-scrollbars-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/content-loses-scrollbars-expected.txt b/third_party/WebKit/LayoutTests/compositing/overflow/content-loses-scrollbars-expected.txt
index d6cac2fbd664b995feef8391a8733d1460a7d733..5a1ec2eaf44b59f27af770a6a7fc878a2a87e2e1 100644
--- a/third_party/WebKit/LayoutTests/compositing/overflow/content-loses-scrollbars-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/overflow/content-loses-scrollbars-expected.txt
@@ -1,19 +1,24 @@
{
+ "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],
"children": [
{
+ "name": "Child Containment Layer",
"bounds": [100, 100],
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV id='vertical' class='content'",
"bounds": [10, 10]
}
]
@@ -21,13 +26,16 @@
]
},
{
+ "name": "LayoutBlockFlow (positioned) DIV class='container'",
"position": [8, 13],
"bounds": [100, 100],
"children": [
{
+ "name": "Child Containment Layer",
"bounds": [100, 100],
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV id='horizontal' class='content'",
"bounds": [10, 10]
}
]
@@ -35,13 +43,16 @@
]
},
{
+ "name": "LayoutBlockFlow (positioned) DIV class='container'",
"position": [8, 13],
"bounds": [100, 100],
"children": [
{
+ "name": "Child Containment Layer",
"bounds": [100, 100],
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV id='both' class='content'",
"bounds": [10, 10]
}
]
@@ -49,13 +60,16 @@
]
},
{
+ "name": "LayoutBlockFlow (positioned) DIV id='corner' class='container'",
"position": [8, 13],
"bounds": [100, 100],
"children": [
{
+ "name": "Child Containment Layer",
"bounds": [100, 100],
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV class='content'",
"bounds": [10, 10]
}
]

Powered by Google App Engine
This is Rietveld 408576698