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

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

Powered by Google App Engine
This is Rietveld 408576698