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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/erase-overflow-expected.txt

Issue 2247543003: Tweak priorities of paint invalidation reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - Created 4 years, 4 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/fast/repaint/erase-overflow-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/erase-overflow-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/erase-overflow-expected.txt
index d4819bf8d2d1129b0d12cb63c6affb17bc5e0478..6395f9c8a921b72b79d740d7113e64c48d3bfc1f 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/erase-overflow-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/erase-overflow-expected.txt
@@ -11,7 +11,7 @@
{
"object": "LayoutBlockFlow DIV class='square'",
"rect": [8, 108, 100, 100],
- "reason": "bounds change"
+ "reason": "became invisible"
},
{
"object": "LayoutBlockFlow DIV id='target' class='square'",
@@ -32,7 +32,7 @@
},
{
"object": "LayoutBlockFlow DIV class='square'",
- "reason": "bounds change"
+ "reason": "became invisible"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698