File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -35,27 +35,6 @@ const htmlData = """
35
35
<h4>Header 4</h4>
36
36
<h5>Header 5</h5>
37
37
<h6>Header 6</h6>
38
- <table>
39
- <colgroup>
40
- <col width="50%" />
41
- <col width="25%" />
42
- <col width="25%" />
43
- </colgroup>
44
- <thead>
45
- <tr><th>One</th><th>Two</th><th>Three</th></tr>
46
- </thead>
47
- <tbody>
48
- <tr>
49
- <td rowspan='2'>Rowspan\n Rowspan\n Rowspan\n Rowspan\n Rowspan\n Rowspan\n Rowspan\n Rowspan\n Rowspan\n Rowspan</td><td>Data</td><td>Data</td>
50
- </tr>
51
- <tr>
52
- <td colspan="2"><img alt='Google' src='https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_92x30dp.png' /></td>
53
- </tr>
54
- </tbody>
55
- <tfoot>
56
- <tr><td>fData</td><td>fData</td><td>fData</td></tr>
57
- </tfoot>
58
- </table>
59
38
<h3>Ruby Support:</h3>
60
39
<p>
61
40
<ruby>
@@ -81,6 +60,27 @@ const htmlData = """
81
60
<p>
82
61
<q>Famous quote...</q>
83
62
</p>
63
+ <table>
64
+ <colgroup>
65
+ <col width="50%" />
66
+ <col width="25%" />
67
+ <col width="25%" />
68
+ </colgroup>
69
+ <thead>
70
+ <tr><th>One</th><th>Two</th><th>Three</th></tr>
71
+ </thead>
72
+ <tbody>
73
+ <tr>
74
+ <td rowspan='2'>Rowspan\n Rowspan\n Rowspan\n Rowspan\n Rowspan\n Rowspan\n Rowspan\n Rowspan\n Rowspan\n Rowspan</td><td>Data</td><td>Data</td>
75
+ </tr>
76
+ <tr>
77
+ <td colspan="2"><img alt='Google' src='https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_92x30dp.png' /></td>
78
+ </tr>
79
+ </tbody>
80
+ <tfoot>
81
+ <tr><td>fData</td><td>fData</td><td>fData</td></tr>
82
+ </tfoot>
83
+ </table>
84
84
<h3>Custom Element Support:</h3>
85
85
<flutter></flutter>
86
86
<flutter horizontal></flutter>
You can’t perform that action at this time.
0 commit comments