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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-non-fixed-expected.txt

Issue 1881903002: 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": [200, 300], 2 "bounds": [200, 300],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [200, 300], 5 "bounds": [200, 300],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "paintInvalidations": [
9 [0, 200, 200, 100], 9 {
10 [0, 0, 200, 8] 10 "object": "LayoutBlockFlow HTML",
11 ], 11 "rect": [0, 0, 200, 8],
12 "paintInvalidationClients": [ 12 "reason": "forced by layout"
13 "LayoutView #document", 13 },
14 "LayoutBlockFlow HTML" 14 {
15 "object": "LayoutView #document",
16 "rect": [0, 200, 200, 100],
17 "reason": "incremental"
18 }
15 ] 19 ]
16 } 20 }
17 ] 21 ]
18 } 22 }
19 { 23 {
20 "bounds": [300, 300], 24 "bounds": [300, 300],
21 "children": [ 25 "children": [
22 { 26 {
23 "bounds": [300, 300], 27 "bounds": [300, 300],
24 "contentsOpaque": true, 28 "contentsOpaque": true,
25 "drawsContent": true, 29 "drawsContent": true,
26 "repaintRects": [ 30 "paintInvalidations": [
27 [200, 0, 100, 300], 31 {
28 [0, 0, 300, 300], 32 "object": "LayoutBlockFlow BODY",
29 [0, 0, 300, 8], 33 "rect": [0, 0, 0, 0],
30 [0, 0, 200, 8] 34 "reason": "became visible"
31 ], 35 },
32 "paintInvalidationClients": [ 36 {
33 "LayoutView #document", 37 "object": "LayoutBlockFlow HTML",
34 "LayoutView #document", 38 "rect": [0, 0, 200, 8],
35 "LayoutBlockFlow HTML", 39 "reason": "forced by layout"
36 "LayoutBlockFlow BODY" 40 },
41 {
42 "object": "LayoutBlockFlow HTML",
43 "rect": [0, 0, 300, 8],
44 "reason": "forced by layout"
45 },
46 {
47 "object": "LayoutView #document",
48 "rect": [0, 0, 300, 300],
49 "reason": "full"
50 },
51 {
52 "object": "LayoutView #document",
53 "rect": [200, 0, 100, 300],
54 "reason": "incremental"
55 }
37 ] 56 ]
38 } 57 }
39 ] 58 ]
40 } 59 }
41 { 60 {
42 "bounds": [300, 250], 61 "bounds": [300, 250],
43 "children": [ 62 "children": [
44 { 63 {
45 "bounds": [300, 250], 64 "bounds": [300, 250],
46 "contentsOpaque": true, 65 "contentsOpaque": true,
47 "drawsContent": true, 66 "drawsContent": true,
48 "repaintRects": [ 67 "paintInvalidations": [
49 [0, 250, 300, 50], 68 {
50 [0, 0, 300, 8] 69 "object": "LayoutBlockFlow HTML",
51 ], 70 "rect": [0, 0, 300, 8],
52 "paintInvalidationClients": [ 71 "reason": "forced by layout"
53 "LayoutView #document", 72 },
54 "LayoutBlockFlow HTML" 73 {
74 "object": "LayoutView #document",
75 "rect": [0, 250, 300, 50],
76 "reason": "incremental"
77 }
55 ] 78 ]
56 } 79 }
57 ] 80 ]
58 } 81 }
59 { 82 {
60 "bounds": [250, 250], 83 "bounds": [250, 250],
61 "children": [ 84 "children": [
62 { 85 {
63 "bounds": [250, 250], 86 "bounds": [250, 250],
64 "contentsOpaque": true, 87 "contentsOpaque": true,
65 "drawsContent": true, 88 "drawsContent": true,
66 "repaintRects": [ 89 "paintInvalidations": [
67 [250, 0, 50, 250], 90 {
68 [0, 0, 300, 8], 91 "object": "LayoutBlockFlow BODY",
69 [0, 0, 250, 250], 92 "rect": [0, 0, 0, 0],
70 [0, 0, 250, 8] 93 "reason": "became visible"
71 ], 94 },
72 "paintInvalidationClients": [ 95 {
73 "LayoutView #document", 96 "object": "LayoutBlockFlow HTML",
74 "LayoutView #document", 97 "rect": [0, 0, 300, 8],
75 "LayoutBlockFlow HTML", 98 "reason": "forced by layout"
76 "LayoutBlockFlow BODY" 99 },
100 {
101 "object": "LayoutBlockFlow HTML",
102 "rect": [0, 0, 250, 8],
103 "reason": "forced by layout"
104 },
105 {
106 "object": "LayoutView #document",
107 "rect": [0, 0, 250, 250],
108 "reason": "full"
109 },
110 {
111 "object": "LayoutView #document",
112 "rect": [250, 0, 50, 250],
113 "reason": "incremental"
114 }
77 ] 115 ]
78 } 116 }
79 ] 117 ]
80 } 118 }
81 119
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698