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

Mon, 07 Mar 2016 10:53:05 -0800

author
asaha
date
Mon, 07 Mar 2016 10:53:05 -0800
changeset 1801
9017fb8d690a
parent 963
e2497b11a021
permissions
-rw-r--r--

Added tag jdk8u76-b11 for changeset 0608b63feb60

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