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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-69296-expected.txt

Issue 2387273002: [css-tables] Correct cached-69296-expected.html and rebase (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « third_party/WebKit/LayoutTests/paint/invalidation/table/cached-69296-expected.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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": "LayoutTableRow TR id='row1'", 12 "object": "LayoutTableRow TR id='row1'",
11 "rect": [20, 20, 159, 50], 13 "rect": [20, 20, 159, 50],
12 "reason": "style change" 14 "reason": "style change"
13 }, 15 },
14 { 16 {
(...skipping 23 matching lines...) Expand all
38 }, 40 },
39 { 41 {
40 "object": "LayoutTableCell TD", 42 "object": "LayoutTableCell TD",
41 "rect": [20, 20, 54, 51], 43 "rect": [20, 20, 54, 51],
42 "reason": "style change" 44 "reason": "style change"
43 }, 45 },
44 { 46 {
45 "object": "LayoutTableCell TD", 47 "object": "LayoutTableCell TD",
46 "rect": [20, 20, 54, 51], 48 "rect": [20, 20, 54, 51],
47 "reason": "style change" 49 "reason": "style change"
48 },
49 {
50 "object": "LayoutTableCell TD",
51 "reason": "full"
52 },
53 {
54 "object": "LayoutTableCell TD",
55 "reason": "full"
56 },
57 {
58 "object": "LayoutTableCell TD",
59 "reason": "full"
60 },
61 {
62 "object": "LayoutTableCell TD",
63 "reason": "full"
64 },
65 {
66 "object": "LayoutTableCell TD",
67 "reason": "full"
68 },
69 {
70 "object": "LayoutTableCell TD",
71 "reason": "full"
72 } 50 }
73 ] 51 ]
74 } 52 }
53 ],
54 "objectPaintInvalidations": [
55 {
56 "object": "LayoutTableCell TD",
57 "reason": "style change"
58 },
59 {
60 "object": "LayoutTableCell TD",
61 "reason": "style change"
62 },
63 {
64 "object": "LayoutTableCell TD",
65 "reason": "style change"
66 },
67 {
68 "object": "LayoutTableRow TR id='row1'",
69 "reason": "style change"
70 },
71 {
72 "object": "LayoutTableCell TD",
73 "reason": "style change"
74 },
75 {
76 "object": "LayoutTableCell TD",
77 "reason": "style change"
78 },
79 {
80 "object": "LayoutTableCell TD",
81 "reason": "style change"
82 },
83 {
84 "object": "LayoutTableCell TD",
85 "reason": "style change"
86 },
87 {
88 "object": "LayoutTableCell TD",
89 "reason": "style change"
90 },
91 {
92 "object": "LayoutTableCell TD",
93 "reason": "style change"
94 },
95 {
96 "object": "LayoutTableRow TR id='row1'",
97 "reason": "style change"
98 },
99 {
100 "object": "LayoutTableCell TD",
101 "reason": "style change"
102 },
103 {
104 "object": "LayoutTableCell TD",
105 "reason": "style change"
106 },
107 {
108 "object": "LayoutTableCell TD",
109 "reason": "style change"
110 }
75 ] 111 ]
76 } 112 }
77 113
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/paint/invalidation/table/cached-69296-expected.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698