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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/selection/selection-in-composited-scrolling-container-expected.txt

Issue 2402833002: 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-mac10.9/paint/invalidation/selection/selection-in-composited-scrolling-container-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/selection/selection-in-composited-scrolling-container-expected.txt b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/selection/selection-in-composited-scrolling-container-expected.txt
index 8741e9187b9b26523c267732c8f388186981590f..0782d8c37558240df4fd894b06be556b3dc263f9 100644
--- a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/selection/selection-in-composited-scrolling-container-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/selection/selection-in-composited-scrolling-container-expected.txt
@@ -1,7 +1,5 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
@@ -13,55 +11,47 @@
"rect": [5, 5, 54, 25],
"reason": "subtree"
}
- ],
- "children": [
+ ]
+ },
+ {
+ "name": "LayoutBlockFlow DIV id='inner-editor'",
+ "position": [11, 11],
+ "bounds": [42, 13],
+ "shouldFlattenTransform": false,
+ "drawsContent": true
+ },
+ {
+ "name": "Scrolling Layer",
+ "bounds": [42, 13],
+ "shouldFlattenTransform": false
+ },
+ {
+ "name": "Scrolling Contents Layer",
+ "bounds": [67, 13],
+ "drawsContent": true,
+ "paintInvalidations": [
{
- "name": "LayoutBlockFlow DIV id='inner-editor'",
- "position": [11, 11],
- "bounds": [42, 13],
- "shouldFlattenTransform": false,
- "drawsContent": true,
- "children": [
- {
- "name": "Scrolling Layer",
- "bounds": [42, 13],
- "shouldFlattenTransform": false,
- "children": [
- {
- "name": "Scrolling Contents Layer",
- "bounds": [67, 13],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutText #text",
- "rect": [23, 0, 24, 13],
- "reason": "selection"
- }
- ]
- }
- ]
- },
- {
- "name": "Overflow Controls Host Layer",
- "bounds": [42, 13],
- "children": [
- {
- "name": "Horizontal Scrollbar Layer",
- "position": [0, 13],
- "bounds": [42, 0],
- "drawsContent": true
- },
- {
- "name": "Vertical Scrollbar Layer",
- "position": [42, 0],
- "bounds": [0, 13],
- "drawsContent": true
- }
- ]
- }
- ]
+ "object": "LayoutText #text",
+ "rect": [23, 0, 24, 13],
+ "reason": "selection"
}
]
+ },
+ {
+ "name": "Overflow Controls Host Layer",
+ "bounds": [42, 13]
+ },
+ {
+ "name": "Horizontal Scrollbar Layer",
+ "position": [0, 13],
+ "bounds": [42, 0],
+ "drawsContent": true
+ },
+ {
+ "name": "Vertical Scrollbar Layer",
+ "position": [42, 0],
+ "bounds": [0, 13],
+ "drawsContent": true
}
],
"objectPaintInvalidations": [

Powered by Google App Engine
This is Rietveld 408576698