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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-append-expected.txt

Issue 2281343002: [css-tables] Mark sibling cells dirty when a cell is added (Closed)
Patch Set: respond to comments; fix test Created 4 years, 3 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 {
12 "object": "LayoutTable TABLE",
13 "rect": [8, 59, 120, 5],
14 "reason": "incremental"
15 },
16 {
17 "object": "LayoutTable TABLE",
18 "rect": [8, 62, 120, 2],
19 "reason": "incremental"
20 },
21 {
10 "object": "LayoutTableCell TD", 22 "object": "LayoutTableCell TD",
11 "rect": [63, 8, 60, 54], 23 "rect": [64, 8, 64, 56],
12 "reason": "layoutObject insertion" 24 "reason": "layoutObject insertion"
13 }, 25 },
14 { 26 {
15 "object": "LayoutTable TABLE", 27 "object": "LayoutTable TABLE",
16 "rect": [67, 8, 56, 54], 28 "rect": [65, 8, 63, 56],
17 "reason": "incremental"
18 },
19 {
20 "object": "LayoutTable TABLE",
21 "rect": [68, 8, 55, 54],
22 "reason": "incremental" 29 "reason": "incremental"
23 }, 30 },
24 { 31 {
25 "object": "LayoutTableCell TD", 32 "object": "LayoutTableCell TD",
26 "reason": "full" 33 "rect": [8, 8, 62, 56],
34 "reason": "location change"
27 }, 35 },
28 { 36 {
29 "object": "LayoutTableCell TD", 37 "object": "LayoutTable TABLE",
30 "reason": "full" 38 "rect": [68, 8, 60, 56],
39 "reason": "incremental"
31 } 40 }
32 ] 41 ]
33 } 42 }
43 ],
44 "objectPaintInvalidations": [
45 {
46 "object": "LayoutTableCell TD",
47 "reason": "style change"
48 },
49 {
50 "object": "LayoutTableCell TD",
51 "reason": "style change"
52 },
53 {
54 "object": "LayoutTable TABLE",
55 "reason": "incremental"
56 },
57 {
58 "object": "LayoutTableRow TR id='row'",
59 "reason": "location change"
60 },
61 {
62 "object": "LayoutTableCell TD",
63 "reason": "location change"
64 },
65 {
66 "object": "LayoutTableCell TD",
67 "reason": "layoutObject insertion"
68 }
34 ] 69 ]
35 } 70 }
36 71
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698