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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/repaint-during-scroll-with-zoom-expected.txt

Issue 1838383003: Auto-rebaseline for r383837 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "backgroundColor": "#C0C0C0", 8 "backgroundColor": "#C0C0C0",
9 "repaintRects": [ 9 "repaintRects": [
10 [237, 300, 15, 15],
11 [237, 299, 15, 16],
12 [237, 65, 15, 235],
10 [237, 64, 15, 236], 13 [237, 64, 15, 236],
14 [2, 300, 235, 15],
11 [2, 299, 235, 16], 15 [2, 299, 235, 16],
12 [2, 64, 235, 236], 16 [2, 65, 235, 235],
13 [2, 64, 235, 236], 17 [2, 65, 235, 235],
14 [2, 64, 235, 236], 18 [2, 65, 235, 235],
15 [2, 64, 235, 236], 19 [2, 65, 58, 15],
16 [2, 64, 58, 16] 20 [2, 64, 235, 236]
17 ], 21 ],
18 "paintInvalidationClients": [ 22 "paintInvalidationClients": [
19 "LayoutIFrame (positioned) IFRAME", 23 "LayoutIFrame (positioned) IFRAME",
20 "LayoutView #document", 24 "LayoutView #document",
21 "LayoutBlockFlow HTML", 25 "LayoutBlockFlow HTML",
22 "LayoutBlockFlow BODY", 26 "LayoutBlockFlow BODY",
23 "RootInlineBox", 27 "RootInlineBox",
24 "LayoutText #text", 28 "LayoutText #text",
25 "InlineTextBox 'scroll me'", 29 "InlineTextBox 'scroll me'",
26 "HorizontalScrollbar", 30 "HorizontalScrollbar",
27 "VerticalScrollbar" 31 "VerticalScrollbar"
28 ] 32 ]
29 } 33 }
30 ] 34 ]
31 } 35 }
32 36
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698