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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/table-section-overflow-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": "LayoutBlockFlow DIV", 12 "object": "LayoutBlockFlow DIV",
13 "rect": [33, 58, 100, 100], 13 "rect": [33, 58, 100, 100],
14 "reason": "bounds change" 14 "reason": "bounds change"
15 }, 15 },
16 { 16 {
17 "object": "LayoutBlockFlow DIV", 17 "object": "LayoutBlockFlow DIV",
18 "rect": [33, 8, 100, 100], 18 "rect": [33, 8, 100, 100],
19 "reason": "bounds change" 19 "reason": "bounds change"
20 }, 20 },
21 { 21 {
22 "object": "LayoutBlockFlow DIV",
23 "rect": [58, 58, 50, 100],
24 "reason": "bounds change"
25 },
26 {
27 "object": "LayoutTable TABLE",
28 "rect": [58, 58, 50, 100],
29 "reason": "bounds change"
30 },
31 {
32 "object": "LayoutTableCell TD", 22 "object": "LayoutTableCell TD",
33 "rect": [58, 58, 50, 100], 23 "rect": [58, 58, 50, 100],
34 "reason": "bounds change" 24 "reason": "bounds change"
35 }, 25 },
36 { 26 {
37 "object": "LayoutTableRow TR",
38 "rect": [58, 58, 50, 100],
39 "reason": "bounds change"
40 },
41 {
42 "object": "LayoutTableSection TBODY",
43 "rect": [58, 58, 50, 100],
44 "reason": "bounds change"
45 },
46 {
47 "object": "LayoutBlockFlow DIV",
48 "rect": [58, 8, 50, 100],
49 "reason": "bounds change"
50 },
51 {
52 "object": "LayoutTable TABLE",
53 "rect": [58, 8, 50, 100],
54 "reason": "bounds change"
55 },
56 {
57 "object": "LayoutTableCell TD", 27 "object": "LayoutTableCell TD",
58 "rect": [58, 8, 50, 100], 28 "rect": [58, 8, 50, 100],
59 "reason": "bounds change" 29 "reason": "bounds change"
60 },
61 {
62 "object": "LayoutTableRow TR",
63 "rect": [58, 8, 50, 100],
64 "reason": "bounds change"
65 },
66 {
67 "object": "LayoutTableSection TBODY",
68 "rect": [58, 8, 50, 100],
69 "reason": "bounds change"
70 } 30 }
71 ] 31 ]
72 } 32 }
73 ], 33 ],
74 "objectPaintInvalidations": [ 34 "objectPaintInvalidations": [
75 { 35 {
76 "object": "LayoutBlockFlow DIV id='spacer'",
77 "reason": "became visible"
78 },
79 {
80 "object": "LayoutTable TABLE",
81 "reason": "bounds change"
82 },
83 {
84 "object": "LayoutTableSection TBODY", 36 "object": "LayoutTableSection TBODY",
85 "reason": "bounds change" 37 "reason": "location change"
86 }, 38 },
87 { 39 {
88 "object": "LayoutTableRow TR", 40 "object": "LayoutTableRow TR",
89 "reason": "bounds change" 41 "reason": "location change"
90 }, 42 },
91 { 43 {
92 "object": "LayoutTableCell TD", 44 "object": "LayoutTableCell TD",
93 "reason": "bounds change" 45 "reason": "bounds change"
94 }, 46 },
95 { 47 {
96 "object": "LayoutBlockFlow DIV", 48 "object": "LayoutBlockFlow DIV",
97 "reason": "bounds change" 49 "reason": "location change"
98 }, 50 },
99 { 51 {
100 "object": "LayoutBlockFlow DIV", 52 "object": "LayoutBlockFlow DIV",
101 "reason": "bounds change" 53 "reason": "bounds change"
102 } 54 }
103 ] 55 ]
104 } 56 }
105 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698