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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/overflow-scroll-body-appear-expected.txt

Issue 1406133005: 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/platform/linux/fast/repaint/overflow-scroll-body-appear-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/overflow-scroll-body-appear-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/overflow-scroll-body-appear-expected.txt
index 38ec21f50378c2db8e626cbbd2ab60f32ef8e677..72c6d6b23ae8b591186f30fdde8ad08aed2898c5 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/overflow-scroll-body-appear-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/overflow-scroll-body-appear-expected.txt
@@ -6,6 +6,7 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
+ [785, 585, 15, 15],
[8, 52, 784, 20],
[8, 52, 769, 20],
[8, 16, 2000, 2072],
@@ -15,9 +16,6 @@
[0, 0, 785, 585]
],
"paintInvalidationClients": [
- "HorizontalScrollbar",
- "HorizontalScrollbar",
- "VerticalScrollbar",
"RootInlineBox",
"InlineTextBox 'You should see both vertical and horizontal scrollbars.'",
"RootInlineBox",
@@ -28,7 +26,9 @@
"LayoutView #document",
"LayoutBlockFlow BODY",
"LayoutBlockFlow P",
- "LayoutBlockFlow P"
+ "LayoutBlockFlow P",
+ "HorizontalScrollbar",
+ "VerticalScrollbar"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698