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

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

Issue 2288323002: Auto-rebaseline for r415013 (Closed)
Patch Set: Created 4 years, 4 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/selection/selection-in-composited-scrolling-container-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/selection/selection-within-composited-scroller-expected.txt b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/selection/selection-in-composited-scrolling-container-expected.txt
similarity index 65%
copy from third_party/WebKit/LayoutTests/platform/mac/paint/selection/selection-within-composited-scroller-expected.txt
copy to third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/selection/selection-in-composited-scrolling-container-expected.txt
index 254107d517cc7b6cd90471a55879789a2af9e49e..8741e9187b9b26523c267732c8f388186981590f 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/paint/selection/selection-within-composited-scroller-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/selection/selection-in-composited-scrolling-container-expected.txt
@@ -7,29 +7,34 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutTextControl INPUT id='target'",
+ "rect": [5, 5, 54, 25],
+ "reason": "subtree"
+ }
+ ],
"children": [
{
- "name": "LayoutBlockFlow DIV id='scroller'",
- "position": [8, 8],
- "bounds": [200, 200],
- "contentsOpaque": true,
+ "name": "LayoutBlockFlow DIV id='inner-editor'",
+ "position": [11, 11],
+ "bounds": [42, 13],
"shouldFlattenTransform": false,
"drawsContent": true,
- "backgroundColor": "#D3D3D3",
"children": [
{
"name": "Scrolling Layer",
- "bounds": [185, 185],
+ "bounds": [42, 13],
"shouldFlattenTransform": false,
"children": [
{
"name": "Scrolling Contents Layer",
- "bounds": [200, 1620],
+ "bounds": [67, 13],
"drawsContent": true,
"paintInvalidations": [
{
"object": "LayoutText #text",
- "rect": [0, 610, 23, 18],
+ "rect": [23, 0, 24, 13],
"reason": "selection"
}
]
@@ -38,22 +43,18 @@
},
{
"name": "Overflow Controls Host Layer",
- "bounds": [200, 200],
+ "bounds": [42, 13],
"children": [
{
"name": "Horizontal Scrollbar Layer",
- "position": [0, 185],
- "bounds": [185, 15]
+ "position": [0, 13],
+ "bounds": [42, 0],
+ "drawsContent": true
},
{
"name": "Vertical Scrollbar Layer",
- "position": [185, 0],
- "bounds": [15, 185]
- },
- {
- "name": "Scroll Corner Layer",
- "position": [185, 185],
- "bounds": [15, 15],
+ "position": [42, 0],
+ "bounds": [0, 13],
"drawsContent": true
}
]
@@ -73,11 +74,11 @@
"reason": "selection"
},
{
- "object": "LayoutBlockFlow DIV id='scroller'",
- "reason": "selection"
+ "object": "LayoutTextControl INPUT id='target'",
+ "reason": "subtree"
},
{
- "object": "LayoutBlockFlow DIV id='target'",
+ "object": "LayoutBlockFlow DIV id='inner-editor'",
"reason": "selection"
},
{
@@ -85,7 +86,7 @@
"reason": "selection"
},
{
- "object": "InlineTextBox 'test'",
+ "object": "InlineTextBox 'test test test'",
"reason": "selection"
}
]

Powered by Google App Engine
This is Rietveld 408576698