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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt

Issue 2402213002: 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/win/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt
index 7be285e70d6cb295114cc532b15ce791a3ecf5fa..deba44d9093858388a45eddc4a375b97435db5a9 100644
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt
@@ -1,56 +1,52 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutTextControl INPUT id='root'",
+ "position": [7, 7],
+ "bounds": [70, 24],
"drawsContent": true,
- "children": [
+ "backgroundColor": "#FFFFFF",
+ "paintInvalidations": [
+ {
+ "object": "LayoutTextControl INPUT id='root'",
+ "rect": [0, 0, 70, 24],
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutTextControl INPUT id='root'",
+ "rect": [0, 0, 68, 22],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='inner-editor'",
+ "rect": [3, 4, 64, 16],
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [3, 4, 64, 16],
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [64, 4, 3, 16],
+ "reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [64, 4, 3, 16],
+ "reason": "invalidate paint rectangle"
+ },
{
- "name": "LayoutTextControl INPUT id='root'",
- "position": [7, 7],
- "bounds": [70, 24],
- "drawsContent": true,
- "backgroundColor": "#FFFFFF",
- "paintInvalidations": [
- {
- "object": "LayoutTextControl INPUT id='root'",
- "rect": [0, 0, 70, 24],
- "reason": "subtree"
- },
- {
- "object": "LayoutTextControl INPUT id='root'",
- "rect": [0, 0, 68, 22],
- "reason": "full"
- },
- {
- "object": "LayoutBlockFlow DIV id='inner-editor'",
- "rect": [3, 4, 64, 16],
- "reason": "subtree"
- },
- {
- "object": "LayoutText #text",
- "rect": [3, 4, 64, 16],
- "reason": "subtree"
- },
- {
- "object": "LayoutText #text",
- "rect": [64, 4, 3, 16],
- "reason": "invalidate paint rectangle"
- },
- {
- "object": "LayoutText #text",
- "rect": [64, 4, 3, 16],
- "reason": "invalidate paint rectangle"
- },
- {
- "object": "LayoutText #text",
- "rect": [64, 4, 3, 16],
- "reason": "invalidate paint rectangle"
- }
- ]
+ "object": "LayoutText #text",
+ "rect": [64, 4, 3, 16],
+ "reason": "invalidate paint rectangle"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698