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 = """
3535<h4>Header 4</h4>
3636<h5>Header 5</h5>
3737<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>
5938<h3>Ruby Support:</h3>
6039 <p>
6140 <ruby>
@@ -81,6 +60,27 @@ const htmlData = """
8160 <p>
8261 <q>Famous quote...</q>
8362 </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>
8484 <h3>Custom Element Support:</h3>
8585 <flutter></flutter>
8686 <flutter horizontal></flutter>
You can’t perform that action at this time.
0 commit comments