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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/scrolling-without-painting-expected.txt

Issue 2406733002: 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/paint/invalidation/compositing/scrolling-without-painting-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/scrolling-without-painting-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/scrolling-without-painting-expected.txt
index 1d7eab26ea41fb8208979b060ddcd32e92b38dd0..38dc5753827ba1d2726958f490da45f56863f9a8 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/scrolling-without-painting-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/scrolling-without-painting-expected.txt
@@ -1,65 +1,55 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
- "drawsContent": true,
- "children": [
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow DIV id='scroller'",
+ "position": [8, 8],
+ "bounds": [202, 202],
+ "shouldFlattenTransform": false,
+ "drawsContent": true
+ },
+ {
+ "name": "Scrolling Layer",
+ "position": [1, 1],
+ "bounds": [185, 185],
+ "shouldFlattenTransform": false
+ },
+ {
+ "name": "Scrolling Contents Layer",
+ "bounds": [185, 1025],
+ "drawsContent": true
+ },
+ {
+ "name": "Overflow Controls Host Layer",
+ "bounds": [202, 202]
+ },
+ {
+ "name": "Horizontal Scrollbar Layer",
+ "position": [1, 186],
+ "bounds": [185, 15]
+ },
+ {
+ "name": "Vertical Scrollbar Layer",
+ "position": [186, 1],
+ "bounds": [15, 185],
+ "paintInvalidations": [
{
- "name": "LayoutBlockFlow DIV id='scroller'",
- "position": [8, 8],
- "bounds": [202, 202],
- "shouldFlattenTransform": false,
- "drawsContent": true,
- "children": [
- {
- "name": "Scrolling Layer",
- "position": [1, 1],
- "bounds": [185, 185],
- "shouldFlattenTransform": false,
- "children": [
- {
- "name": "Scrolling Contents Layer",
- "bounds": [185, 1025],
- "drawsContent": true
- }
- ]
- },
- {
- "name": "Overflow Controls Host Layer",
- "bounds": [202, 202],
- "children": [
- {
- "name": "Horizontal Scrollbar Layer",
- "position": [1, 186],
- "bounds": [185, 15]
- },
- {
- "name": "Vertical Scrollbar Layer",
- "position": [186, 1],
- "bounds": [15, 185],
- "paintInvalidations": [
- {
- "object": "Vertical Scrollbar Layer",
- "rect": [0, 0, 15, 185],
- "reason": "full"
- }
- ]
- },
- {
- "name": "Scroll Corner Layer",
- "position": [186, 186],
- "bounds": [15, 15],
- "drawsContent": true
- }
- ]
- }
- ]
+ "object": "Vertical Scrollbar Layer",
+ "rect": [0, 0, 15, 185],
+ "reason": "full"
}
]
+ },
+ {
+ "name": "Scroll Corner Layer",
+ "position": [186, 186],
+ "bounds": [15, 15],
+ "drawsContent": true
}
]
}

Powered by Google App Engine
This is Rietveld 408576698