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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/text-match-document-change-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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/virtual/disable-spinvalidation/paint/invalidation/text-match-document-change-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/text-match-document-change-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/text-match-document-change-expected.txt
index cb161c67b73701180ba0a3e02b3283eb62892212..714fd9a0223a52a2710f0a0e51061d4d6a31a813 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/text-match-document-change-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/text-match-document-change-expected.txt
@@ -14,17 +14,17 @@
{
"object": "LayoutText #text",
"rect": [18, 128, 256, 36],
- "reason": "layoutObject removal"
+ "reason": "disappeared"
},
{
"object": "LayoutText #text",
"rect": [18, 128, 84, 18],
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "LayoutView #document",
"rect": [295, 102, 15, 400],
- "reason": "scroll"
+ "reason": "scroll control"
}
]
}
@@ -32,11 +32,11 @@
"objectPaintInvalidations": [
{
"object": "LayoutText #text",
- "reason": "layoutObject removal"
+ "reason": "disappeared"
},
{
"object": "VerticalScrollbar",
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutBlockFlow DIV id='to-be-changed'",
@@ -48,11 +48,11 @@
},
{
"object": "LayoutText #text",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "InlineTextBox 'After change'",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698