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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-clip-composited-overflow-scrolling-layer-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/should-not-clip-composited-overflow-scrolling-layer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-clip-composited-overflow-scrolling-layer-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-clip-composited-overflow-scrolling-layer-expected.txt
index 0e43ebaee05474e88385b1f9dfff54561b1698f2..6faaf6b199ee7ab494c2046edbc5d140b361ac75 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-clip-composited-overflow-scrolling-layer-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-clip-composited-overflow-scrolling-layer-expected.txt
@@ -1,78 +1,68 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow DIV id='container'",
+ "position": [8, 8],
+ "bounds": [500, 500],
+ "shouldFlattenTransform": false,
+ "drawsContent": true
+ },
+ {
+ "name": "Scrolling Layer",
+ "bounds": [485, 485],
+ "shouldFlattenTransform": false
+ },
+ {
+ "name": "Scrolling Contents Layer",
+ "bounds": [5000, 5000],
"drawsContent": true,
- "children": [
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='content'",
+ "rect": [0, 0, 5000, 5000],
+ "reason": "style change"
+ }
+ ]
+ },
+ {
+ "name": "Overflow Controls Host Layer",
+ "bounds": [500, 500]
+ },
+ {
+ "name": "Horizontal Scrollbar Layer",
+ "position": [0, 485],
+ "bounds": [485, 15],
+ "paintInvalidations": [
+ {
+ "object": "Horizontal Scrollbar Layer",
+ "rect": [0, 0, 485, 15],
+ "reason": "full"
+ }
+ ]
+ },
+ {
+ "name": "Vertical Scrollbar Layer",
+ "position": [485, 0],
+ "bounds": [15, 485],
+ "paintInvalidations": [
{
- "name": "LayoutBlockFlow DIV id='container'",
- "position": [8, 8],
- "bounds": [500, 500],
- "shouldFlattenTransform": false,
- "drawsContent": true,
- "children": [
- {
- "name": "Scrolling Layer",
- "bounds": [485, 485],
- "shouldFlattenTransform": false,
- "children": [
- {
- "name": "Scrolling Contents Layer",
- "bounds": [5000, 5000],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow DIV id='content'",
- "rect": [0, 0, 5000, 5000],
- "reason": "style change"
- }
- ]
- }
- ]
- },
- {
- "name": "Overflow Controls Host Layer",
- "bounds": [500, 500],
- "children": [
- {
- "name": "Horizontal Scrollbar Layer",
- "position": [0, 485],
- "bounds": [485, 15],
- "paintInvalidations": [
- {
- "object": "Horizontal Scrollbar Layer",
- "rect": [0, 0, 485, 15],
- "reason": "full"
- }
- ]
- },
- {
- "name": "Vertical Scrollbar Layer",
- "position": [485, 0],
- "bounds": [15, 485],
- "paintInvalidations": [
- {
- "object": "Vertical Scrollbar Layer",
- "rect": [0, 0, 15, 485],
- "reason": "full"
- }
- ]
- },
- {
- "name": "Scroll Corner Layer",
- "position": [485, 485],
- "bounds": [15, 15],
- "drawsContent": true
- }
- ]
- }
- ]
+ "object": "Vertical Scrollbar Layer",
+ "rect": [0, 0, 15, 485],
+ "reason": "full"
}
]
+ },
+ {
+ "name": "Scroll Corner Layer",
+ "position": [485, 485],
+ "bounds": [15, 15],
+ "drawsContent": true
}
],
"objectPaintInvalidations": [

Powered by Google App Engine
This is Rietveld 408576698