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

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

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) 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 "paintInvalidations": [ 9 "paintInvalidations": [
10 { 10 {
11 "object": "HorizontalScrollbar", 11 "object": "LayoutIFrame (positioned) IFRAME",
12 "rect": [0, 0, 0, 0], 12 "rect": [2, 64, 235, 236],
13 "reason": "scroll" 13 "reason": "invalidate paint rectangle"
14 },
15 {
16 "object": "InlineTextBox 'scroll me'",
17 "rect": [0, 0, 0, 0],
18 "reason": "location change"
19 }, 14 },
20 { 15 {
21 "object": "LayoutBlockFlow BODY", 16 "object": "LayoutBlockFlow BODY",
22 "rect": [2, 65, 235, 235], 17 "rect": [2, 65, 235, 235],
23 "reason": "location change" 18 "reason": "location change"
24 }, 19 },
25 { 20 {
26 "object": "LayoutBlockFlow HTML", 21 "object": "LayoutBlockFlow HTML",
27 "rect": [2, 65, 235, 235], 22 "rect": [2, 65, 235, 235],
28 "reason": "location change" 23 "reason": "location change"
29 }, 24 },
30 { 25 {
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, 16],
38 "reason": "location change"
39 },
40 {
41 "object": "LayoutView #document", 26 "object": "LayoutView #document",
42 "rect": [2, 65, 235, 235], 27 "rect": [2, 65, 235, 235],
43 "reason": "full" 28 "reason": "full"
44 }, 29 },
45 { 30 {
46 "object": "LayoutView #document", 31 "object": "LayoutView #document",
47 "rect": [2, 299, 235, 16], 32 "rect": [2, 299, 235, 16],
48 "reason": "scroll" 33 "reason": "scroll"
49 }, 34 },
50 { 35 {
51 "object": "LayoutView #document", 36 "object": "LayoutView #document",
52 "rect": [2, 300, 235, 15], 37 "rect": [2, 300, 235, 15],
53 "reason": "scroll" 38 "reason": "scroll"
54 }, 39 },
55 { 40 {
41 "object": "LayoutText #text",
42 "rect": [2, 65, 58, 16],
43 "reason": "location change"
44 },
45 {
56 "object": "LayoutView #document", 46 "object": "LayoutView #document",
57 "rect": [237, 64, 15, 236], 47 "rect": [237, 64, 15, 236],
58 "reason": "scroll" 48 "reason": "scroll"
59 }, 49 },
60 { 50 {
61 "object": "LayoutView #document", 51 "object": "LayoutView #document",
62 "rect": [237, 65, 15, 235], 52 "rect": [237, 65, 15, 235],
63 "reason": "scroll" 53 "reason": "scroll"
64 }, 54 },
65 { 55 {
66 "object": "LayoutView #document", 56 "object": "LayoutView #document",
67 "rect": [237, 299, 15, 16], 57 "rect": [237, 299, 15, 16],
68 "reason": "scroll" 58 "reason": "scroll"
69 }, 59 },
70 { 60 {
71 "object": "LayoutView #document", 61 "object": "LayoutView #document",
72 "rect": [237, 300, 15, 15], 62 "rect": [237, 300, 15, 15],
73 "reason": "scroll" 63 "reason": "scroll"
74 }, 64 },
75 { 65 {
66 "object": "HorizontalScrollbar",
67 "reason": "scroll"
68 },
69 {
70 "object": "InlineTextBox 'scroll me'",
71 "reason": "location change"
72 },
73 {
76 "object": "RootInlineBox", 74 "object": "RootInlineBox",
77 "rect": [0, 0, 0, 0],
78 "reason": "full" 75 "reason": "full"
79 }, 76 },
80 { 77 {
81 "object": "VerticalScrollbar", 78 "object": "VerticalScrollbar",
82 "rect": [0, 0, 0, 0],
83 "reason": "scroll" 79 "reason": "scroll"
84 } 80 }
85 ] 81 ]
86 } 82 }
87 ] 83 ]
88 } 84 }
89 85
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698