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

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

Issue 1511143002: Reland of Fix several corner case issues of scrollbar paint invalidation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "bounds": [2008, 2096], 2 "bounds": [2008, 2096],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [2008, 2096], 5 "bounds": [2008, 2096],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [785, 585, 15, 15], 9 [785, 585, 15, 15],
10 [785, 0, 15, 585],
10 [8, 52, 784, 20], 11 [8, 52, 784, 20],
11 [8, 52, 769, 20], 12 [8, 52, 769, 20],
12 [8, 16, 2000, 2072], 13 [8, 16, 2000, 2072],
13 [8, 16, 784, 20], 14 [8, 16, 784, 20],
14 [8, 16, 769, 20], 15 [8, 16, 769, 20],
16 [0, 585, 785, 15],
15 [0, 0, 2008, 2096], 17 [0, 0, 2008, 2096],
16 [0, 0, 785, 585] 18 [0, 0, 785, 585]
17 ], 19 ],
18 "paintInvalidationClients": [ 20 "paintInvalidationClients": [
19 "RootInlineBox", 21 "RootInlineBox",
20 "InlineTextBox 'You should see both vertical and horizontal scrollbars.' ", 22 "InlineTextBox 'You should see both vertical and horizontal scrollbars.' ",
21 "RootInlineBox", 23 "RootInlineBox",
22 "InlineTextBox 'This is the test for '", 24 "InlineTextBox 'This is the test for '",
23 "InlineTextBox 'Bug 36461 - No vertical scrollbar after the CSS class ch ange'", 25 "InlineTextBox 'Bug 36461 - No vertical scrollbar after the CSS class ch ange'",
24 "InlineTextBox '.'", 26 "InlineTextBox '.'",
25 "LayoutView #document", 27 "LayoutView #document",
26 "LayoutView #document", 28 "LayoutView #document",
27 "LayoutBlockFlow BODY", 29 "LayoutBlockFlow BODY",
28 "LayoutBlockFlow P", 30 "LayoutBlockFlow P",
29 "LayoutBlockFlow P", 31 "LayoutBlockFlow P",
30 "HorizontalScrollbar", 32 "LayoutView #document",
31 "VerticalScrollbar" 33 "LayoutView #document"
32 ] 34 ]
33 } 35 }
34 ] 36 ]
35 } 37 }
36 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698