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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/invalidate-caret-in-composited-scrolling-container-expected.txt

Issue 2687613002: Auto-rebaseline for r448799 (Closed)
Patch Set: Created 3 years, 10 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/virtual/disable-spinvalidation/paint/invalidation/invalidate-caret-in-composited-scrolling-container-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/invalidate-caret-in-composited-scrolling-container-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/invalidate-caret-in-composited-scrolling-container-expected.txt
similarity index 78%
copy from third_party/WebKit/LayoutTests/platform/win/paint/invalidation/invalidate-caret-in-composited-scrolling-container-expected.txt
copy to third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/invalidate-caret-in-composited-scrolling-container-expected.txt
index 13f9dd1dce132a823f371ae2e1ad0c2417a9899d..ce066969d5d0358a66573ecf6b4f725433f23643 100644
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/invalidate-caret-in-composited-scrolling-container-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/invalidate-caret-in-composited-scrolling-container-expected.txt
@@ -9,18 +9,18 @@
{
"name": "LayoutTextControl INPUT id='root'",
"position": [7, 7],
- "bounds": [70, 24],
+ "bounds": [66, 24],
"drawsContent": true,
"backgroundColor": "#FFFFFF",
"paintInvalidations": [
{
"object": "LayoutTextControl INPUT id='root'",
- "rect": [0, 0, 70, 24],
+ "rect": [0, 0, 66, 24],
"reason": "subtree"
},
{
"object": "LayoutTextControl INPUT id='root'",
- "rect": [0, 0, 68, 22],
+ "rect": [0, 0, 64, 22],
"reason": "full"
}
]
@@ -28,13 +28,13 @@
{
"name": "LayoutBlockFlow DIV id='inner-editor'",
"position": [3, 4],
- "bounds": [64, 16],
+ "bounds": [60, 16],
"shouldFlattenTransform": false,
"drawsContent": true
},
{
"name": "Scrolling Layer",
- "bounds": [64, 16],
+ "bounds": [60, 16],
"shouldFlattenTransform": false
},
{
@@ -43,31 +43,31 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutText #text",
- "rect": [72, -1, 3, 18],
- "reason": "invalidate paint rectangle"
+ "object": "LayoutBlockFlow DIV id='inner-editor'",
+ "rect": [73, 0, 1, 16],
+ "reason": "caret"
}
]
},
{
"name": "Overflow Controls Host Layer",
- "bounds": [64, 16]
+ "bounds": [60, 16]
},
{
"name": "Horizontal Scrollbar Layer",
"position": [0, 16],
- "bounds": [64, 0],
+ "bounds": [60, 0],
"drawsContent": true
}
],
"objectPaintInvalidations": [
{
- "object": "Caret",
- "reason": "invalidate paint rectangle"
- },
- {
"object": "LayoutTextControl INPUT id='root'",
"reason": "subtree"
+ },
+ {
+ "object": "Caret",
+ "reason": "caret"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698