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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overflow/content-loses-scrollbars-expected.txt

Issue 2406723002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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 5a1ec2eaf44b59f27af770a6a7fc878a2a87e2e1..8d230d35428ea89e37e3300ce50756294ffeb375 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,82 +1,62 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"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]
- }
- ]
- }
- ]
- },
- {
- "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]
- }
- ]
- }
- ]
- },
- {
- "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]
- }
- ]
- }
- ]
- },
- {
- "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]
- }
- ]
- }
- ]
- }
- ]
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV class='container'",
+ "position": [8, 13],
+ "bounds": [100, 100]
+ },
+ {
+ "name": "Child Containment Layer",
+ "bounds": [100, 100]
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV id='vertical' class='content'",
+ "bounds": [10, 10]
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV class='container'",
+ "position": [8, 13],
+ "bounds": [100, 100]
+ },
+ {
+ "name": "Child Containment Layer",
+ "bounds": [100, 100]
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV id='horizontal' class='content'",
+ "bounds": [10, 10]
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV class='container'",
+ "position": [8, 13],
+ "bounds": [100, 100]
+ },
+ {
+ "name": "Child Containment Layer",
+ "bounds": [100, 100]
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV id='both' class='content'",
+ "bounds": [10, 10]
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV id='corner' class='container'",
+ "position": [8, 13],
+ "bounds": [100, 100]
+ },
+ {
+ "name": "Child Containment Layer",
+ "bounds": [100, 100]
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV class='content'",
+ "bounds": [10, 10]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698