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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/textarea-caret-expected.txt

Issue 2915013004: Make all PaintLayers that scroll overflow self-painting. (Closed)
Patch Set: none Created 3 years, 6 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/textarea-caret-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/textarea-caret-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/textarea-caret-expected.txt
index 3e70f48fecfea18d3a94c5b8cd2de3b9ec455c2d..0eceab70e3831c2a4d3a14088cd53b453a1b6a55 100644
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/textarea-caret-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/textarea-caret-expected.txt
@@ -6,6 +6,11 @@
"contentsOpaque": true,
"drawsContent": true,
"paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow BODY",
+ "rect": [8, 8, 784, 43],
+ "reason": "geometry"
+ },
{
"object": "LayoutTextControl TEXTAREA id='editor'",
"rect": [7, 7, 183, 40],
@@ -30,6 +35,14 @@
}
],
"objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow BODY",
+ "reason": "geometry"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "geometry"
+ },
{
"object": "LayoutTextControl TEXTAREA id='editor'",
"reason": "subtree"

Powered by Google App Engine
This is Rietveld 408576698