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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/caret-with-composited-scroll-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/platform/mac/paint/invalidation/caret-with-composited-scroll-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/caret-with-composited-scroll-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/caret-with-composited-scroll-expected.txt
index 5a9289ad226989c962be03fa2245e68c80e236ed..051f328b72ae173d5a7d9684816a01da7e57c4ff 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/caret-with-composited-scroll-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/caret-with-composited-scroll-expected.txt
@@ -1,80 +1,70 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow DIV id='scroller'",
+ "position": [8, 44],
+ "bounds": [100, 100],
+ "shouldFlattenTransform": false,
+ "drawsContent": true
+ },
+ {
+ "name": "Scrolling Layer",
+ "bounds": [100, 100],
+ "shouldFlattenTransform": false
+ },
+ {
+ "name": "Scrolling Contents Layer",
+ "bounds": [205, 1019],
"drawsContent": true,
- "children": [
+ "paintInvalidations": [
+ {
+ "object": "LayoutTextControl INPUT id='text'",
+ "rect": [-3, 997, 211, 25],
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='inner-editor'",
+ "rect": [3, 1003, 200, 13],
+ "reason": "subtree"
+ },
{
- "name": "LayoutBlockFlow DIV id='scroller'",
- "position": [8, 44],
- "bounds": [100, 100],
- "shouldFlattenTransform": false,
- "drawsContent": true,
- "children": [
- {
- "name": "Scrolling Layer",
- "bounds": [100, 100],
- "shouldFlattenTransform": false,
- "children": [
- {
- "name": "Scrolling Contents Layer",
- "bounds": [205, 1019],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutTextControl INPUT id='text'",
- "rect": [-3, 997, 211, 25],
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow DIV id='inner-editor'",
- "rect": [3, 1003, 200, 13],
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow DIV id='inner-editor'",
- "rect": [2, 1002, 3, 15],
- "reason": "invalidate paint rectangle"
- },
- {
- "object": "LayoutBlockFlow DIV id='inner-editor'",
- "rect": [2, 1002, 3, 15],
- "reason": "invalidate paint rectangle"
- },
- {
- "object": "LayoutBlockFlow DIV id='inner-editor'",
- "rect": [2, 1002, 3, 15],
- "reason": "invalidate paint rectangle"
- }
- ]
- }
- ]
- },
- {
- "name": "Overflow Controls Host Layer",
- "bounds": [100, 100],
- "children": [
- {
- "name": "Horizontal Scrollbar Layer",
- "position": [0, 100],
- "bounds": [100, 0],
- "drawsContent": true
- },
- {
- "name": "Vertical Scrollbar Layer",
- "position": [100, 0],
- "bounds": [0, 100],
- "drawsContent": true
- }
- ]
- }
- ]
+ "object": "LayoutBlockFlow DIV id='inner-editor'",
+ "rect": [2, 1002, 3, 15],
+ "reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='inner-editor'",
+ "rect": [2, 1002, 3, 15],
+ "reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='inner-editor'",
+ "rect": [2, 1002, 3, 15],
+ "reason": "invalidate paint rectangle"
}
]
+ },
+ {
+ "name": "Overflow Controls Host Layer",
+ "bounds": [100, 100]
+ },
+ {
+ "name": "Horizontal Scrollbar Layer",
+ "position": [0, 100],
+ "bounds": [100, 0],
+ "drawsContent": true
+ },
+ {
+ "name": "Vertical Scrollbar Layer",
+ "position": [100, 0],
+ "bounds": [0, 100],
+ "drawsContent": true
}
],
"objectPaintInvalidations": [

Powered by Google App Engine
This is Rietveld 408576698