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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overflow/scrolling-content-clip-to-viewport-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/scrolling-content-clip-to-viewport-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt b/third_party/WebKit/LayoutTests/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt
index f20658431d0f22c6c317be1f00c714f4528fecf9..c1c3c456fb441c57e6077f5e2a91df3f6405d717 100644
--- a/third_party/WebKit/LayoutTests/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt
@@ -1,63 +1,53 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow DIV class='scroller'",
+ "bounds": [320, 340],
+ "shouldFlattenTransform": false,
+ "drawsContent": true
+ },
+ {
+ "name": "Scrolling Layer",
+ "bounds": [305, 325],
+ "shouldFlattenTransform": false
+ },
+ {
+ "name": "Scrolling Contents Layer",
+ "bounds": [305, 1224]
+ },
+ {
+ "name": "Overflow Controls Host Layer",
+ "bounds": [320, 340]
+ },
+ {
+ "name": "Horizontal Scrollbar Layer",
+ "position": [0, 325],
+ "bounds": [305, 15]
+ },
+ {
+ "name": "Vertical Scrollbar Layer",
+ "position": [305, 0],
+ "bounds": [15, 325]
+ },
+ {
+ "name": "Scroll Corner Layer",
+ "position": [305, 325],
+ "bounds": [15, 15],
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV class='column'",
+ "position": [10, 10],
+ "bounds": [284, 1204],
+ "contentsOpaque": true,
"drawsContent": true,
- "children": [
- {
- "name": "LayoutBlockFlow DIV class='scroller'",
- "bounds": [320, 340],
- "shouldFlattenTransform": false,
- "drawsContent": true,
- "children": [
- {
- "name": "Scrolling Layer",
- "bounds": [305, 325],
- "shouldFlattenTransform": false,
- "children": [
- {
- "name": "Scrolling Contents Layer",
- "bounds": [305, 1224]
- }
- ]
- },
- {
- "name": "Overflow Controls Host Layer",
- "bounds": [320, 340],
- "children": [
- {
- "name": "Horizontal Scrollbar Layer",
- "position": [0, 325],
- "bounds": [305, 15]
- },
- {
- "name": "Vertical Scrollbar Layer",
- "position": [305, 0],
- "bounds": [15, 325]
- },
- {
- "name": "Scroll Corner Layer",
- "position": [305, 325],
- "bounds": [15, 15],
- "drawsContent": true
- }
- ]
- }
- ]
- },
- {
- "name": "LayoutBlockFlow (relative positioned) DIV class='column'",
- "position": [10, 10],
- "bounds": [284, 1204],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#C0C0C0"
- }
- ]
+ "backgroundColor": "#C0C0C0"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698