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

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

Powered by Google App Engine
This is Rietveld 408576698