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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/selection-clear-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/selection-clear-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/selection-clear-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/selection-clear-expected.txt
index c3b883657084ee520cc3415c606ddebf7ff56d29..5f8988d7577135a4e7ec056c410c5bd6a12b18a4 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/selection-clear-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/selection-clear-expected.txt
@@ -14,7 +14,7 @@
{
"object": "LayoutBlockFlow (anonymous)",
"rect": [8, 208, 100, 100],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV id='root'",
@@ -24,17 +24,17 @@
{
"object": "LayoutBlockFlow (anonymous)",
"rect": [8, 108, 100, 100],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
"rect": [8, 49, 98, 118],
- "reason": "layoutObject removal"
+ "reason": "disappeared"
},
{
"object": "LayoutText #text",
"rect": [8, 49, 8, 18],
- "reason": "layoutObject insertion"
+ "reason": "appeared"
}
]
}
@@ -42,7 +42,7 @@
"objectPaintInvalidations": [
{
"object": "LayoutText #text",
- "reason": "layoutObject removal"
+ "reason": "disappeared"
},
{
"object": "LayoutBlockFlow HTML",
@@ -70,19 +70,19 @@
},
{
"object": "LayoutText #text",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "InlineTextBox '\u00A0'",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "LayoutBlockFlow (anonymous)",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "RootInlineBox",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBR BR",
@@ -94,11 +94,11 @@
},
{
"object": "LayoutBR BR",
- "reason": "location change"
+ "reason": "geometry"
},
{
"object": "InlineTextBox '\n'",
- "reason": "location change"
+ "reason": "geometry"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698