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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table-col-background-expected.txt

Issue 2786463004: Paint backgrounds of a table section/row in one display item (Closed)
Patch Set: - Created 3 years, 8 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 | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/table-col-background-offset-expected.txt » ('j') | 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutTableCol COL id='col'", 10 "object": "LayoutTableCol COL id='col'",
11 "rect": [8, 108, 106, 104], 11 "rect": [8, 108, 106, 104],
12 "reason": "style change" 12 "reason": "style change"
13 } 13 }
14 ] 14 ]
15 } 15 }
16 ], 16 ],
17 "objectPaintInvalidations": [ 17 "objectPaintInvalidations": [
18 { 18 {
19 "object": "LayoutTableCell TD", 19 "object": "LayoutTableSection TBODY",
20 "reason": "style change" 20 "reason": "style change"
21 }, 21 },
22 { 22 {
23 "object": "LayoutTableCol COL id='col'", 23 "object": "LayoutTableCol COL id='col'",
24 "reason": "style change" 24 "reason": "style change"
25 } 25 }
26 ] 26 ]
27 } 27 }
28 28
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/table-col-background-offset-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698