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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-row-border-width-expected.txt

Issue 1952133006: [css-tables] Set table and cell widths dirty when row border width changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ToT Created 4 years, 7 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/fast/table/change-row-border-width.html » ('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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
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": "LayoutTableCell TD", 10 "object": "LayoutTableCell TD",
11 "rect": [8, 8, 56, 54], 11 "rect": [8, 8, 60, 54],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutTableCell TD", 15 "object": "LayoutTableCell TD",
16 "rect": [8, 58, 56, 53], 16 "rect": [8, 58, 60, 53],
17 "reason": "location change" 17 "reason": "location change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutTable TABLE", 20 "object": "LayoutTable TABLE",
21 "rect": [8, 109, 56, 2], 21 "rect": [8, 109, 60, 2],
22 "reason": "incremental" 22 "reason": "incremental"
23 }, 23 },
24 { 24 {
25 "object": "LayoutTable TABLE", 25 "object": "LayoutTable TABLE",
26 "rect": [8, 110, 56, 1], 26 "rect": [8, 110, 60, 1],
27 "reason": "incremental" 27 "reason": "incremental"
28 }, 28 },
29 { 29 {
30 "object": "LayoutTableSection TBODY", 30 "object": "LayoutTableSection TBODY",
31 "rect": [10, 10, 56, 100],
32 "reason": "bounds change"
33 },
34 {
35 "object": "LayoutTableRow TR",
36 "rect": [10, 60, 56, 50],
37 "reason": "bounds change"
38 },
39 {
40 "object": "LayoutTableRow TR id='row'",
41 "rect": [10, 10, 56, 50],
42 "reason": "style change"
43 },
44 {
45 "object": "LayoutTableSection TBODY",
31 "rect": [9, 9, 54, 100], 46 "rect": [9, 9, 54, 100],
32 "reason": "bounds change" 47 "reason": "bounds change"
33 }, 48 },
34 { 49 {
35 "object": "LayoutTableRow TR", 50 "object": "LayoutTableRow TR",
36 "rect": [9, 59, 54, 50], 51 "rect": [9, 59, 54, 50],
37 "reason": "bounds change" 52 "reason": "bounds change"
38 }, 53 },
39 { 54 {
40 "object": "LayoutTableRow TR id='row'", 55 "object": "LayoutTableRow TR id='row'",
41 "rect": [9, 9, 54, 50], 56 "rect": [9, 9, 54, 50],
42 "reason": "style change" 57 "reason": "style change"
43 }, 58 },
44 { 59 {
45 "object": "LayoutTableSection TBODY", 60 "object": "LayoutTable TABLE",
46 "rect": [10, 10, 52, 100], 61 "rect": [62, 8, 6, 103],
47 "reason": "bounds change" 62 "reason": "incremental"
48 }, 63 },
49 { 64 {
50 "object": "LayoutTableRow TR", 65 "object": "LayoutTable TABLE",
51 "rect": [10, 60, 52, 50], 66 "rect": [64, 8, 4, 103],
52 "reason": "bounds change" 67 "reason": "incremental"
53 },
54 {
55 "object": "LayoutTableRow TR id='row'",
56 "rect": [10, 10, 52, 50],
57 "reason": "style change"
58 }, 68 },
59 { 69 {
60 "object": "LayoutTableCell TD", 70 "object": "LayoutTableCell TD",
61 "reason": "full" 71 "reason": "full"
62 }, 72 },
63 { 73 {
64 "object": "LayoutTableCell TD", 74 "object": "LayoutTableCell TD",
65 "reason": "full" 75 "reason": "full"
66 }, 76 },
67 { 77 {
68 "object": "LayoutTableCell TD", 78 "object": "LayoutTableCell TD",
69 "reason": "full" 79 "reason": "full"
70 } 80 }
71 ] 81 ]
72 } 82 }
73 ] 83 ]
74 } 84 }
75 85
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/table/change-row-border-width.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698