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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/block-shift-repaint-expected.txt

Issue 1883513002: 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 "repaintRects": [ 8 "paintInvalidations": [
9 [48, 308, 10, 15], 9 {
10 [8, 353, 60, 38], 10 "object": "LayoutBlockFlow DIV class='green half'",
11 [8, 338, 60, 38], 11 "rect": [8, 68, 60, 30],
12 [8, 323, 60, 30], 12 "reason": "location change"
13 [8, 308, 60, 30], 13 },
14 [8, 248, 60, 30], 14 {
15 [8, 218, 60, 30], 15 "object": "LayoutBlockFlow DIV class='green half'",
16 [8, 218, 60, 30], 16 "rect": [8, 38, 60, 30],
17 [8, 188, 60, 30], 17 "reason": "location change"
18 [8, 188, 60, 30], 18 },
19 [8, 158, 60, 30], 19 {
20 [8, 128, 60, 30], 20 "object": "LayoutBlockFlow DIV class='green half'",
21 [8, 128, 60, 30], 21 "rect": [8, 158, 60, 30],
22 [8, 98, 60, 30], 22 "reason": "location change"
23 [8, 98, 60, 30], 23 },
24 [8, 68, 60, 30], 24 {
25 [8, 38, 60, 30], 25 "object": "LayoutBlockFlow DIV class='green half'",
26 [8, 38, 60, 30], 26 "rect": [8, 128, 60, 30],
27 [8, 8, 60, 30], 27 "reason": "location change"
28 [8, 8, 60, 30] 28 },
29 ], 29 {
30 "paintInvalidationClients": [ 30 "object": "LayoutBlockFlow DIV class='green half'",
31 "LayoutBlockFlow DIV id='div1' class='blue half'", 31 "rect": [8, 188, 60, 30],
32 "LayoutBlockFlow DIV class='red half'", 32 "reason": "location change"
33 "LayoutBlockFlow DIV class='green half'", 33 },
34 "LayoutBlockFlow DIV id='top' class='blue half'", 34 {
35 "LayoutBlockFlow DIV class='red half'", 35 "object": "LayoutBlockFlow DIV class='green half'",
36 "LayoutBlockFlow DIV class='green half'", 36 "rect": [8, 218, 60, 30],
37 "LayoutBlockFlow DIV id='div2' class='zero'", 37 "reason": "location change"
38 "LayoutBlockFlow DIV class='green half'", 38 },
39 "LayoutBlockFlow DIV class='red half'", 39 {
40 "LayoutBlockFlow DIV id='innerDiv'", 40 "object": "LayoutBlockFlow DIV class='half'",
41 "LayoutBlockFlow DIV class='half'", 41 "rect": [8, 308, 60, 30],
42 "LayoutBlockFlow DIV class='half'" 42 "reason": "location change"
43 },
44 {
45 "object": "LayoutBlockFlow DIV class='half'",
46 "rect": [8, 323, 60, 30],
47 "reason": "location change"
48 },
49 {
50 "object": "LayoutBlockFlow DIV class='half'",
51 "rect": [8, 338, 60, 38],
52 "reason": "location change"
53 },
54 {
55 "object": "LayoutBlockFlow DIV class='half'",
56 "rect": [8, 353, 60, 38],
57 "reason": "location change"
58 },
59 {
60 "object": "LayoutBlockFlow DIV class='red half'",
61 "rect": [8, 38, 60, 30],
62 "reason": "location change"
63 },
64 {
65 "object": "LayoutBlockFlow DIV class='red half'",
66 "rect": [8, 8, 60, 30],
67 "reason": "location change"
68 },
69 {
70 "object": "LayoutBlockFlow DIV class='red half'",
71 "rect": [8, 128, 60, 30],
72 "reason": "location change"
73 },
74 {
75 "object": "LayoutBlockFlow DIV class='red half'",
76 "rect": [8, 98, 60, 30],
77 "reason": "location change"
78 },
79 {
80 "object": "LayoutBlockFlow DIV class='red half'",
81 "rect": [8, 218, 60, 30],
82 "reason": "location change"
83 },
84 {
85 "object": "LayoutBlockFlow DIV class='red half'",
86 "rect": [8, 248, 60, 30],
87 "reason": "location change"
88 },
89 {
90 "object": "LayoutBlockFlow DIV id='div1' class='blue half'",
91 "rect": [8, 8, 60, 30],
92 "reason": "became invisible"
93 },
94 {
95 "object": "LayoutBlockFlow DIV id='div2' class='zero'",
96 "rect": [8, 188, 60, 30],
97 "reason": "became visible"
98 },
99 {
100 "object": "LayoutBlockFlow DIV id='innerDiv'",
101 "rect": [48, 308, 10, 15],
102 "reason": "became visible"
103 },
104 {
105 "object": "LayoutBlockFlow DIV id='top' class='blue half'",
106 "rect": [8, 98, 60, 30],
107 "reason": "became invisible"
108 }
43 ] 109 ]
44 } 110 }
45 ] 111 ]
46 } 112 }
47 113
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698