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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/table-cell-move-expected.txt

Issue 2081773002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutTableCell TD", 12 "object": "LayoutTableCell TD",
11 "rect": [8, 200, 60, 180], 13 "rect": [8, 200, 60, 180],
12 "reason": "bounds change" 14 "reason": "bounds change"
13 }, 15 },
14 { 16 {
(...skipping 28 matching lines...) Expand all
43 }, 45 },
44 { 46 {
45 "object": "LayoutBlockFlow DIV", 47 "object": "LayoutBlockFlow DIV",
46 "rect": [8, 200, 60, 60], 48 "rect": [8, 200, 60, 60],
47 "reason": "bounds change" 49 "reason": "bounds change"
48 }, 50 },
49 { 51 {
50 "object": "LayoutTableCell TD", 52 "object": "LayoutTableCell TD",
51 "rect": [8, 140, 60, 60], 53 "rect": [8, 140, 60, 60],
52 "reason": "became visible" 54 "reason": "became visible"
53 },
54 {
55 "object": "LayoutTableCell TD",
56 "reason": "bounds change"
57 },
58 {
59 "object": "LayoutTableCell TD id='s'",
60 "reason": "bounds change"
61 },
62 {
63 "object": "LayoutTableCell TD id='t'",
64 "reason": "became visible"
65 } 55 }
66 ] 56 ]
67 } 57 }
58 ],
59 "objectPaintInvalidations": [
60 {
61 "object": "LayoutTableCell TD",
62 "reason": "became visible"
63 },
64 {
65 "object": "LayoutTableCell TD id='t'",
66 "reason": "became visible"
67 },
68 {
69 "object": "LayoutTableRow TR",
70 "reason": "bounds change"
71 },
72 {
73 "object": "LayoutTableCell TD",
74 "reason": "bounds change"
75 },
76 {
77 "object": "LayoutBlockFlow DIV",
78 "reason": "bounds change"
79 },
80 {
81 "object": "LayoutTableCell TD",
82 "reason": "bounds change"
83 },
84 {
85 "object": "LayoutTableRow TR",
86 "reason": "bounds change"
87 },
88 {
89 "object": "LayoutTableCell TD",
90 "reason": "bounds change"
91 },
92 {
93 "object": "LayoutTableCell TD id='s'",
94 "reason": "bounds change"
95 }
68 ] 96 ]
69 } 97 }
70 98
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698