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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/selection/selection-in-non-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/linux/paint/selection/selection-in-non-composited-scrolling-container-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/forms/button/button-reset-focus-by-mouse-then-keydown-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/selection/selection-in-non-composited-scrolling-container-expected.txt
similarity index 54%
copy from third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/forms/button/button-reset-focus-by-mouse-then-keydown-expected.txt
copy to third_party/WebKit/LayoutTests/platform/linux/paint/selection/selection-in-non-composited-scrolling-container-expected.txt
index 8f660beb42708fe1b59178975ef11c58881ec45d..11d708cfd627189bcc5fa2b6ede03ce43b7595ae 100644
--- a/third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/forms/button/button-reset-focus-by-mouse-then-keydown-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/selection/selection-in-non-composited-scrolling-container-expected.txt
@@ -9,18 +9,18 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutButton BUTTON",
- "rect": [3, 4, 55, 29],
+ "object": "LayoutTextControl INPUT id='target'",
+ "rect": [7, 7, 66, 24],
"reason": "subtree"
},
{
- "object": "LayoutBlockFlow (anonymous)",
- "rect": [16, 11, 29, 13],
+ "object": "LayoutBlockFlow DIV id='inner-editor'",
+ "rect": [10, 11, 60, 16],
"reason": "subtree"
},
{
"object": "LayoutText #text",
- "rect": [16, 11, 29, 13],
+ "rect": [10, 11, 60, 16],
"reason": "subtree"
}
]
@@ -28,11 +28,19 @@
],
"objectPaintInvalidations": [
{
- "object": "LayoutButton BUTTON",
+ "object": "LayoutBlockFlow HTML",
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutBlockFlow BODY",
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutTextControl INPUT id='target'",
"reason": "subtree"
},
{
- "object": "LayoutBlockFlow (anonymous)",
+ "object": "LayoutBlockFlow DIV id='inner-editor'",
"reason": "subtree"
},
{
@@ -40,11 +48,15 @@
"reason": "subtree"
},
{
+ "object": "HorizontalScrollbar",
+ "reason": "scroll"
+ },
+ {
"object": "LayoutText #text",
"reason": "subtree"
},
{
- "object": "InlineTextBox 'Reset'",
+ "object": "InlineTextBox 'test test test'",
"reason": "subtree"
}
]

Powered by Google App Engine
This is Rietveld 408576698