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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt

Issue 2402213002: 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/invalidate-after-composited-scroll-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt
index 172e3d4fc4f5f23cc1fa7658d179009150810ce6..319ee1f8c7ee1c14073c256b8418fe0de1e65343 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt
@@ -1,58 +1,48 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV id='scroller'",
+ "position": [300, 300],
+ "bounds": [200, 200],
+ "shouldFlattenTransform": false,
+ "drawsContent": true
+ },
+ {
+ "name": "Scrolling Layer",
+ "bounds": [185, 200],
+ "shouldFlattenTransform": false
+ },
+ {
+ "name": "Scrolling Contents Layer",
+ "bounds": [185, 4900],
"drawsContent": true,
- "children": [
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "rect": [0, 2400, 100, 100],
+ "reason": "style change"
+ }
+ ]
+ },
+ {
+ "name": "Overflow Controls Host Layer",
+ "bounds": [200, 200]
+ },
+ {
+ "name": "Vertical Scrollbar Layer",
+ "position": [185, 0],
+ "bounds": [15, 200],
+ "paintInvalidations": [
{
- "name": "LayoutBlockFlow (positioned) DIV id='scroller'",
- "position": [300, 300],
- "bounds": [200, 200],
- "shouldFlattenTransform": false,
- "drawsContent": true,
- "children": [
- {
- "name": "Scrolling Layer",
- "bounds": [185, 200],
- "shouldFlattenTransform": false,
- "children": [
- {
- "name": "Scrolling Contents Layer",
- "bounds": [185, 4900],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow DIV id='target'",
- "rect": [0, 2400, 100, 100],
- "reason": "style change"
- }
- ]
- }
- ]
- },
- {
- "name": "Overflow Controls Host Layer",
- "bounds": [200, 200],
- "children": [
- {
- "name": "Vertical Scrollbar Layer",
- "position": [185, 0],
- "bounds": [15, 200],
- "paintInvalidations": [
- {
- "object": "Vertical Scrollbar Layer",
- "rect": [0, 0, 15, 200],
- "reason": "full"
- }
- ]
- }
- ]
- }
- ]
+ "object": "Vertical Scrollbar Layer",
+ "rect": [0, 0, 15, 200],
+ "reason": "full"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698