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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/align-content-position-change-grid-expected.txt

Issue 2217813005: Auto-rebaseline for r409965 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutGrid DIV id='container'", 12 "object": "LayoutGrid DIV id='container'",
13 "rect": [0, 52, 200, 300], 13 "rect": [0, 52, 200, 300],
14 "reason": "style change" 14 "reason": "style change"
15 }, 15 },
16 { 16 {
17 "object": "LayoutBlockFlow DIV",
18 "rect": [0, 302, 200, 50],
19 "reason": "bounds change"
20 },
21 {
22 "object": "LayoutBlockFlow DIV class='item'", 17 "object": "LayoutBlockFlow DIV class='item'",
23 "rect": [0, 302, 200, 50], 18 "rect": [0, 302, 200, 50],
24 "reason": "bounds change" 19 "reason": "bounds change"
25 }, 20 },
26 { 21 {
27 "object": "LayoutBlockFlow DIV",
28 "rect": [0, 252, 200, 50],
29 "reason": "bounds change"
30 },
31 {
32 "object": "LayoutBlockFlow DIV class='item'", 22 "object": "LayoutBlockFlow DIV class='item'",
33 "rect": [0, 252, 200, 50], 23 "rect": [0, 252, 200, 50],
34 "reason": "bounds change" 24 "reason": "bounds change"
35 }, 25 },
36 { 26 {
37 "object": "LayoutBlockFlow DIV",
38 "rect": [0, 202, 200, 50],
39 "reason": "bounds change"
40 },
41 {
42 "object": "LayoutBlockFlow DIV class='item'", 27 "object": "LayoutBlockFlow DIV class='item'",
43 "rect": [0, 202, 200, 50], 28 "rect": [0, 202, 200, 50],
44 "reason": "bounds change" 29 "reason": "bounds change"
45 }, 30 },
46 { 31 {
47 "object": "LayoutBlockFlow DIV",
48 "rect": [0, 152, 200, 50],
49 "reason": "bounds change"
50 },
51 {
52 "object": "LayoutBlockFlow DIV class='item'", 32 "object": "LayoutBlockFlow DIV class='item'",
53 "rect": [0, 152, 200, 50], 33 "rect": [0, 152, 200, 50],
54 "reason": "bounds change" 34 "reason": "bounds change"
55 }, 35 },
56 { 36 {
57 "object": "LayoutBlockFlow DIV",
58 "rect": [0, 102, 200, 50],
59 "reason": "bounds change"
60 },
61 {
62 "object": "LayoutBlockFlow DIV class='item'", 37 "object": "LayoutBlockFlow DIV class='item'",
63 "rect": [0, 102, 200, 50], 38 "rect": [0, 102, 200, 50],
64 "reason": "bounds change" 39 "reason": "bounds change"
65 }, 40 },
66 { 41 {
67 "object": "LayoutBlockFlow DIV",
68 "rect": [0, 52, 200, 50],
69 "reason": "bounds change"
70 },
71 {
72 "object": "LayoutBlockFlow DIV class='item'", 42 "object": "LayoutBlockFlow DIV class='item'",
73 "rect": [0, 52, 200, 50], 43 "rect": [0, 52, 200, 50],
74 "reason": "bounds change" 44 "reason": "bounds change"
75 } 45 }
76 ] 46 ]
77 } 47 }
78 ], 48 ],
79 "objectPaintInvalidations": [ 49 "objectPaintInvalidations": [
80 { 50 {
81 "object": "LayoutGrid DIV id='container'", 51 "object": "LayoutGrid DIV id='container'",
82 "reason": "style change" 52 "reason": "style change"
83 }, 53 },
84 { 54 {
85 "object": "LayoutBlockFlow DIV class='item'", 55 "object": "LayoutBlockFlow DIV class='item'",
86 "reason": "bounds change" 56 "reason": "bounds change"
87 }, 57 },
88 { 58 {
89 "object": "LayoutBlockFlow DIV", 59 "object": "LayoutBlockFlow DIV",
90 "reason": "bounds change" 60 "reason": "location change"
91 }, 61 },
92 { 62 {
93 "object": "LayoutBlockFlow DIV class='item'", 63 "object": "LayoutBlockFlow DIV class='item'",
94 "reason": "bounds change" 64 "reason": "bounds change"
95 }, 65 },
96 { 66 {
97 "object": "LayoutBlockFlow DIV", 67 "object": "LayoutBlockFlow DIV",
98 "reason": "bounds change" 68 "reason": "location change"
99 }, 69 },
100 { 70 {
101 "object": "LayoutBlockFlow DIV class='item'", 71 "object": "LayoutBlockFlow DIV class='item'",
102 "reason": "bounds change" 72 "reason": "bounds change"
103 }, 73 },
104 { 74 {
105 "object": "LayoutBlockFlow DIV", 75 "object": "LayoutBlockFlow DIV",
106 "reason": "bounds change" 76 "reason": "location change"
107 } 77 }
108 ] 78 ]
109 } 79 }
110 80
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698