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

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

Issue 1878163002: Auto-rebaseline for r386594 (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
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 "paintInvalidations": [
10 [237, 300, 15, 15], 10 {
11 [237, 299, 15, 16], 11 "object": "HorizontalScrollbar",
12 [237, 65, 15, 235], 12 "rect": [0, 0, 0, 0],
13 [237, 64, 15, 236], 13 "reason": "scroll"
14 [2, 300, 235, 15], 14 },
15 [2, 299, 235, 16], 15 {
16 [2, 65, 235, 235], 16 "object": "InlineTextBox 'scroll me'",
17 [2, 65, 235, 235], 17 "rect": [0, 0, 0, 0],
18 [2, 65, 235, 235], 18 "reason": "location change"
19 [2, 65, 58, 15], 19 },
20 [2, 64, 235, 236] 20 {
21 ], 21 "object": "LayoutBlockFlow BODY",
22 "paintInvalidationClients": [ 22 "rect": [2, 65, 235, 235],
23 "LayoutIFrame (positioned) IFRAME", 23 "reason": "location change"
24 "LayoutView #document", 24 },
25 "LayoutBlockFlow HTML", 25 {
26 "LayoutBlockFlow BODY", 26 "object": "LayoutBlockFlow HTML",
27 "RootInlineBox", 27 "rect": [2, 65, 235, 235],
28 "LayoutText #text", 28 "reason": "location change"
29 "InlineTextBox 'scroll me'", 29 },
30 "HorizontalScrollbar", 30 {
31 "VerticalScrollbar" 31 "object": "LayoutIFrame (positioned) IFRAME",
32 "rect": [2, 64, 235, 236],
33 "reason": "invalidate paint rectangle"
34 },
35 {
36 "object": "LayoutText #text",
37 "rect": [2, 65, 58, 15],
38 "reason": "location change"
39 },
40 {
41 "object": "LayoutView #document",
42 "rect": [2, 65, 235, 235],
43 "reason": "full"
44 },
45 {
46 "object": "LayoutView #document",
47 "rect": [2, 299, 235, 16],
48 "reason": "scroll"
49 },
50 {
51 "object": "LayoutView #document",
52 "rect": [2, 300, 235, 15],
53 "reason": "scroll"
54 },
55 {
56 "object": "LayoutView #document",
57 "rect": [237, 64, 15, 236],
58 "reason": "scroll"
59 },
60 {
61 "object": "LayoutView #document",
62 "rect": [237, 65, 15, 235],
63 "reason": "scroll"
64 },
65 {
66 "object": "LayoutView #document",
67 "rect": [237, 299, 15, 16],
68 "reason": "scroll"
69 },
70 {
71 "object": "LayoutView #document",
72 "rect": [237, 300, 15, 15],
73 "reason": "scroll"
74 },
75 {
76 "object": "RootInlineBox",
77 "rect": [0, 0, 0, 0],
78 "reason": "full"
79 },
80 {
81 "object": "VerticalScrollbar",
82 "rect": [0, 0, 0, 0],
83 "reason": "scroll"
84 }
32 ] 85 ]
33 } 86 }
34 ] 87 ]
35 } 88 }
36 89
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698