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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/selection-partial-invalidation-between-blocks-expected.txt

Issue 2423513002: Simplify incremental paint invalidation (Closed)
Patch Set: Update test and rebaseline layout tests 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/selection-partial-invalidation-between-blocks-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/selection-partial-invalidation-between-blocks-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/selection-partial-invalidation-between-blocks-expected.txt
index 0ceb52bbe59658ba730b9de128b660c4c5504e0c..5724c0b843cc009a9c34e34ea86e26480310bae3 100644
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/selection-partial-invalidation-between-blocks-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/selection-partial-invalidation-between-blocks-expected.txt
@@ -9,22 +9,22 @@
{
"object": "LayoutText #text",
"rect": [11, 33, 79, 17],
- "reason": "selection"
+ "reason": "full"
},
{
"object": "LayoutText #text",
- "rect": [11, 11, 61, 17],
+ "rect": [11, 33, 79, 17],
"reason": "selection"
},
{
"object": "LayoutText #text",
- "rect": [85, 33, 5, 17],
- "reason": "incremental"
+ "rect": [11, 11, 61, 17],
+ "reason": "full"
},
{
"object": "LayoutText #text",
- "rect": [67, 11, 5, 17],
- "reason": "incremental"
+ "rect": [11, 11, 61, 17],
+ "reason": "selection"
}
]
}
@@ -56,11 +56,11 @@
},
{
"object": "LayoutText #text",
- "reason": "incremental"
+ "reason": "full"
},
{
"object": "InlineTextBox 'First cell'",
- "reason": "incremental"
+ "reason": "full"
},
{
"object": "LayoutTableCell TD id='secondCell'",
@@ -76,11 +76,11 @@
},
{
"object": "LayoutText #text",
- "reason": "incremental"
+ "reason": "full"
},
{
"object": "InlineTextBox 'Second cell'",
- "reason": "incremental"
+ "reason": "full"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698