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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/selection/selection-within-composited-scroller-expected.txt

Issue 2081773002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/linux/paint/selection/selection-within-composited-scroller-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/selection/selection-within-composited-scroller-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/selection/selection-within-composited-scroller-expected.txt
index c9e887e0ccea6ce4478a75122dfc0b4740c8d63f..5f11a96ca7115bf5680796ca8fdee7c7adbe4f71 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/selection/selection-within-composited-scroller-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/selection/selection-within-composited-scroller-expected.txt
@@ -1,44 +1,29 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow BODY",
- "reason": "selection"
- },
- {
- "object": "LayoutBlockFlow HTML",
- "reason": "selection"
- }
- ],
"children": [
{
+ "name": "LayoutBlockFlow DIV id='scroller'",
"position": [8, 8],
"bounds": [200, 200],
"contentsOpaque": true,
"shouldFlattenTransform": false,
"drawsContent": true,
"backgroundColor": "#D3D3D3",
- "paintInvalidations": [
- {
- "object": "InlineTextBox 'test'",
- "reason": "selection"
- },
- {
- "object": "LayoutBlockFlow DIV id='scroller'",
- "reason": "selection"
- }
- ],
"children": [
{
+ "name": "Scrolling Layer",
"bounds": [185, 185],
"shouldFlattenTransform": false,
"children": [
{
+ "name": "Scrolling Contents Layer",
"bounds": [200, 1620],
"drawsContent": true,
"paintInvalidations": [
@@ -46,35 +31,27 @@
"object": "LayoutText #text",
"rect": [0, 610, 21, 19],
"reason": "selection"
- },
- {
- "object": "InlineTextBox 'test'",
- "reason": "selection"
- },
- {
- "object": "LayoutBlockFlow DIV id='scroller'",
- "reason": "selection"
- },
- {
- "object": "LayoutBlockFlow DIV id='target'",
- "reason": "selection"
}
]
}
]
},
{
+ "name": "Overflow Controls Host Layer",
"bounds": [200, 200],
"children": [
{
+ "name": "Horizontal Scrollbar Layer",
"position": [0, 185],
"bounds": [185, 15]
},
{
+ "name": "Vertical Scrollbar Layer",
"position": [185, 0],
"bounds": [15, 185]
},
{
+ "name": "Scroll Corner Layer",
"position": [185, 185],
"bounds": [15, 15],
"drawsContent": true
@@ -85,6 +62,32 @@
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow HTML",
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutBlockFlow BODY",
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='scroller'",
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "selection"
+ },
+ {
+ "object": "InlineTextBox 'test'",
+ "reason": "selection"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698