test/script/markdown/table-basic.js.EXPECTED

Wed, 16 Mar 2016 00:10:12 -0700

author
asaha
date
Wed, 16 Mar 2016 00:10:12 -0700
changeset 1746
09abd795d1d1
parent 963
e2497b11a021
permissions
-rw-r--r--

Added tag jdk8u77-b01 for changeset 678b645aa10a

attila@963 1 <table>
attila@963 2 <thead>
attila@963 3 <tr>
attila@963 4 <th id="first_header" style="text-align:left;"> First Header </th>
attila@963 5 <th id="second_header" style="text-align:left;"> Second Header </th>
attila@963 6 </tr>
attila@963 7 </thead>
attila@963 8
attila@963 9 <tbody>
attila@963 10 <tr>
attila@963 11 <td style="text-align:left;"><p>Row 1 Cell 1 </p></td>
attila@963 12 <td style="text-align:left;"><p>Row 1 Cell 2 </p></td>
attila@963 13 </tr>
attila@963 14
attila@963 15 <tr>
attila@963 16 <td style="text-align:left;"><p>Row 2 Cell 1 </p></td>
attila@963 17 <td style="text-align:left;"><p>Row 2 Cell 2 </p></td>
attila@963 18 </tr>
attila@963 19
attila@963 20 </tbody>
attila@963 21 </table>

mercurial