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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/window-resize-percent-html-expected.txt

Issue 1456953003: Revert of Calculate paint invalidation rect for scrollbars (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/window-resize-percent-html-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-percent-html-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-percent-html-expected.txt
index 746f169d5d378c4677bca959c95008fb3c2b7d3e..33d49e6448dc0a1cd021623dd724c7a7c0b75f87 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-percent-html-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-percent-html-expected.txt
@@ -12,6 +12,7 @@
[0, 0, 200, 100]
],
"paintInvalidationClients": [
+ "VerticalScrollbar",
"LayoutView #document",
"LayoutBlockFlow HTML",
"LayoutBlockFlow DIV"
@@ -34,6 +35,7 @@
[0, 0, 200, 150]
],
"paintInvalidationClients": [
+ "HorizontalScrollbar",
"LayoutView #document",
"LayoutView #document",
"LayoutBlockFlow HTML",

Powered by Google App Engine
This is Rietveld 408576698