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

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: 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 {
10 "object": "LayoutTableCell TD", 12 "object": "LayoutTableCell TD",
11 "rect": [63, 8, 60, 54], 13 "rect": [64, 8, 60, 54],
12 "reason": "layoutObject insertion" 14 "reason": "layoutObject insertion"
13 }, 15 },
14 { 16 {
15 "object": "LayoutTable TABLE", 17 "object": "LayoutTable TABLE",
16 "rect": [67, 8, 56, 54], 18 "rect": [67, 8, 57, 54],
17 "reason": "incremental" 19 "reason": "incremental"
18 }, 20 },
19 { 21 {
20 "object": "LayoutTable TABLE", 22 "object": "LayoutTable TABLE",
21 "rect": [68, 8, 55, 54], 23 "rect": [68, 8, 56, 54],
22 "reason": "incremental" 24 "reason": "incremental"
23 }, 25 },
24 { 26 {
25 "object": "LayoutTableCell TD", 27 "object": "LayoutTableCell TD",
26 "reason": "full" 28 "rect": [63, 10, 4, 50],
29 "reason": "incremental"
27 }, 30 },
28 { 31 {
29 "object": "LayoutTableCell TD", 32 "object": "LayoutTableCell TD",
30 "reason": "full" 33 "rect": [68, 8, 2, 54],
34 "reason": "incremental"
31 } 35 }
32 ] 36 ]
33 } 37 }
38 ],
39 "objectPaintInvalidations": [
40 {
41 "object": "LayoutTableCell TD",
42 "reason": "style change"
43 },
44 {
45 "object": "LayoutTableCell TD",
46 "reason": "style change"
47 },
48 {
49 "object": "LayoutTable TABLE",
50 "reason": "incremental"
51 },
52 {
53 "object": "LayoutTableCell TD",
54 "reason": "incremental"
55 },
56 {
57 "object": "LayoutTableCell TD",
58 "reason": "layoutObject insertion"
59 }
34 ] 60 ]
35 } 61 }
36 62
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698