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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac-mac10.9/virtual/disable-spinvalidation/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/mac-mac10.9/virtual/disable-spinvalidation/paint/invalidation/textarea-caret-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/virtual/disable-spinvalidation/paint/invalidation/textarea-caret-expected.txt b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/virtual/disable-spinvalidation/paint/invalidation/textarea-caret-expected.txt
index 03ffb435a15fda4dfd983336dcef94c3994a1c29..493b2ef4fb902201b6ea8a9fc2ae99c3e04c7a4e 100644
--- a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/virtual/disable-spinvalidation/paint/invalidation/textarea-caret-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/virtual/disable-spinvalidation/paint/invalidation/textarea-caret-expected.txt
@@ -6,6 +6,11 @@
"contentsOpaque": true,
"drawsContent": true,
"paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow BODY",
+ "rect": [8, 8, 784, 36],
+ "reason": "geometry"
+ },
{
"object": "LayoutTextControl TEXTAREA id='editor'",
"rect": [5, 5, 167, 38],
@@ -40,6 +45,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