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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/erase-overflow-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/paint/invalidation/erase-overflow-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/erase-overflow-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/erase-overflow-expected.txt
index c1c51147a937f8909aef333b117b2a133b5c5f9b..b75cb6c1dbd4b2e779aee568523a7f5cff0c935a 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/erase-overflow-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/erase-overflow-expected.txt
@@ -9,7 +9,7 @@
{
"object": "LayoutBlockFlow DIV class='square'",
"rect": [8, 108, 100, 100],
- "reason": "became invisible"
+ "reason": "disappeared"
},
{
"object": "LayoutBlockFlow DIV id='target' class='square'",
@@ -26,11 +26,11 @@
},
{
"object": "LayoutBlockFlow DIV class='square'",
- "reason": "location change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV class='square'",
- "reason": "became invisible"
+ "reason": "disappeared"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698