test/script/markdown/table-with-equals.js.EXPECTED

Mon, 13 Jun 2016 12:51:19 -0700

author
asaha
date
Mon, 13 Jun 2016 12:51:19 -0700
changeset 1898
44e4e6cbe15b
parent 963
e2497b11a021
permissions
-rw-r--r--

Added tag jdk8u101-b12 for changeset 2f506194a131

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