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

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

Issue 1971493002: Auto-rebaseline for r392652 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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": "LayoutIFrame (positioned) IFRAME", 11 "object": "LayoutIFrame (positioned) IFRAME",
12 "rect": [2, 64, 235, 236], 12 "rect": [2, 64, 235, 236],
13 "reason": "invalidate paint rectangle" 13 "reason": "invalidate paint rectangle"
14 }, 14 },
15 { 15 {
16 "object": "LayoutBlockFlow BODY", 16 "object": "LayoutBlockFlow BODY",
17 "rect": [2, 65, 235, 235], 17 "rect": [2, 65, 235, 235],
18 "reason": "full" 18 "reason": "full"
19 }, 19 },
20 { 20 {
21 "object": "LayoutBlockFlow HTML",
22 "rect": [2, 65, 235, 235],
23 "reason": "full"
24 },
25 {
26 "object": "LayoutView #document", 21 "object": "LayoutView #document",
27 "rect": [2, 65, 235, 235], 22 "rect": [2, 65, 235, 235],
28 "reason": "full" 23 "reason": "full"
29 }, 24 },
30 { 25 {
31 "object": "LayoutView #document", 26 "object": "LayoutView #document",
32 "rect": [2, 299, 235, 16], 27 "rect": [2, 299, 235, 16],
33 "reason": "scroll" 28 "reason": "scroll"
34 }, 29 },
35 { 30 {
36 "object": "LayoutView #document", 31 "object": "LayoutView #document",
37 "rect": [2, 300, 235, 15], 32 "rect": [2, 300, 235, 15],
38 "reason": "scroll" 33 "reason": "scroll"
39 }, 34 },
40 { 35 {
36 "object": "LayoutBlockFlow HTML",
37 "rect": [2, 65, 225, 235],
38 "reason": "full"
39 },
40 {
41 "object": "LayoutText #text", 41 "object": "LayoutText #text",
42 "rect": [2, 65, 58, 16], 42 "rect": [2, 65, 58, 16],
43 "reason": "full" 43 "reason": "full"
44 }, 44 },
45 { 45 {
46 "object": "LayoutView #document", 46 "object": "LayoutView #document",
47 "rect": [237, 64, 15, 236], 47 "rect": [237, 64, 15, 236],
48 "reason": "scroll" 48 "reason": "scroll"
49 }, 49 },
50 { 50 {
(...skipping 25 matching lines...) Expand all
76 }, 76 },
77 { 77 {
78 "object": "VerticalScrollbar", 78 "object": "VerticalScrollbar",
79 "reason": "scroll" 79 "reason": "scroll"
80 } 80 }
81 ] 81 ]
82 } 82 }
83 ] 83 ]
84 } 84 }
85 85
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698