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

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

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) Created 4 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
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": "LayoutTableCol COLGROUP id='colgroup'",
11 "rect": [0, 0, 0, 0], 11 "rect": [8, 8, 162, 102],
12 "reason": "full" 12 "reason": "style change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutTableCell TD", 15 "object": "LayoutTableCell TD",
16 "rect": [0, 0, 0, 0], 16 "rect": [61, 7, 57, 53],
17 "reason": "full" 17 "reason": "location change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutTableCell TD", 20 "object": "LayoutTableCell TD",
21 "rect": [0, 0, 0, 0], 21 "rect": [7, 58, 56, 53],
22 "reason": "full"
23 },
24 {
25 "object": "LayoutTableCell TD",
26 "rect": [0, 0, 0, 0],
27 "reason": "full"
28 },
29 {
30 "object": "LayoutTableCell TD",
31 "rect": [0, 0, 0, 0],
32 "reason": "full"
33 },
34 {
35 "object": "LayoutTableCell TD",
36 "rect": [0, 0, 0, 0],
37 "reason": "full"
38 },
39 {
40 "object": "LayoutTableCell TD",
41 "rect": [0, 0, 0, 0],
42 "reason": "full"
43 },
44 {
45 "object": "LayoutTableCell TD",
46 "rect": [0, 0, 0, 0],
47 "reason": "full"
48 },
49 {
50 "object": "LayoutTableCell TD",
51 "rect": [0, 0, 0, 0],
52 "reason": "full"
53 },
54 {
55 "object": "LayoutTableCell TD",
56 "rect": [0, 0, 0, 0],
57 "reason": "full"
58 },
59 {
60 "object": "LayoutTableCell TD",
61 "rect": [8, 8, 56, 52],
62 "reason": "bounds change" 22 "reason": "bounds change"
63 }, 23 },
64 { 24 {
65 "object": "LayoutTableCell TD", 25 "object": "LayoutTableCell TD",
66 "rect": [7, 7, 56, 53], 26 "rect": [7, 7, 56, 53],
67 "reason": "bounds change" 27 "reason": "bounds change"
68 }, 28 },
69 { 29 {
70 "object": "LayoutTableCell TD", 30 "object": "LayoutTableCell TD",
71 "rect": [61, 7, 57, 53], 31 "rect": [62, 59, 56, 52],
72 "reason": "location change" 32 "reason": "location change"
73 }, 33 },
74 { 34 {
75 "object": "LayoutTableCell TD", 35 "object": "LayoutTableCell TD",
76 "rect": [8, 58, 56, 52], 36 "rect": [8, 58, 56, 52],
77 "reason": "bounds change" 37 "reason": "bounds change"
78 }, 38 },
79 { 39 {
80 "object": "LayoutTableCell TD", 40 "object": "LayoutTableCell TD",
81 "rect": [7, 58, 56, 53], 41 "rect": [8, 8, 56, 52],
82 "reason": "bounds change" 42 "reason": "bounds change"
83 }, 43 },
84 { 44 {
85 "object": "LayoutTableCell TD", 45 "object": "LayoutTableCell TD",
86 "rect": [62, 59, 56, 52], 46 "reason": "full"
87 "reason": "location change"
88 }, 47 },
89 { 48 {
90 "object": "LayoutTableCol COLGROUP id='colgroup'", 49 "object": "LayoutTableCell TD",
91 "rect": [8, 8, 162, 102], 50 "reason": "full"
92 "reason": "style change" 51 },
52 {
53 "object": "LayoutTableCell TD",
54 "reason": "full"
55 },
56 {
57 "object": "LayoutTableCell TD",
58 "reason": "full"
59 },
60 {
61 "object": "LayoutTableCell TD",
62 "reason": "full"
63 },
64 {
65 "object": "LayoutTableCell TD",
66 "reason": "full"
67 },
68 {
69 "object": "LayoutTableCell TD",
70 "reason": "full"
71 },
72 {
73 "object": "LayoutTableCell TD",
74 "reason": "full"
75 },
76 {
77 "object": "LayoutTableCell TD",
78 "reason": "full"
79 },
80 {
81 "object": "LayoutTableCell TD",
82 "reason": "full"
93 } 83 }
94 ] 84 ]
95 } 85 }
96 ] 86 ]
97 } 87 }
98 88
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698