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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/4776765-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/4776765-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/4776765-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/4776765-expected.txt
index 18afe0c13748bd0a4a7a912b0797f104761c55c2..f3a86e581d19f72c2f0067414e1d5fafc1cc1dc9 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/4776765-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/4776765-expected.txt
@@ -9,12 +9,12 @@
{
"object": "LayoutBlockFlow DIV",
"rect": [3, 37, 794, 64],
- "reason": "border box change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV id='div'",
"rect": [8, 78, 784, 18],
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "LayoutBlockFlow DIV id='div'",
@@ -27,7 +27,7 @@
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow DIV",
- "reason": "border box change"
+ "reason": "geometry"
},
{
"object": "Caret",
@@ -35,11 +35,11 @@
},
{
"object": "LayoutBlockFlow DIV id='div'",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "RootInlineBox",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "Caret",
@@ -47,11 +47,11 @@
},
{
"object": "LayoutBR BR",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "InlineTextBox '\n'",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698