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

Wed, 05 Sep 2018 01:21:35 -0700

author
diazhou
date
Wed, 05 Sep 2018 01:21:35 -0700
changeset 2374
037913b52507
parent 963
e2497b11a021
permissions
-rw-r--r--

Added tag jdk8u192-b09 for changeset 456c0d45c43b

     1 <table>
     2 <thead>
     3 <tr>
     4 <th id="first_header" style="text-align:left;"> First Header  </th>
     5 <th id="second_header" style="text-align:left;"> Second Header </th>
     6 <th id="third_header" style="text-align:left;"> Third Header  </th>
     7 <th id="fourth_header" style="text-align:left;"> Fourth Header </th>
     8 </tr>
     9 </thead>
    11 <tbody>
    12 <tr>
    13 <td style="text-align:left;"><p>Row 1 Cell 1  </p></td>
    14 <td style="text-align:left;"><p>Row 1 Cell 2  </p></td>
    15 <td style="text-align:left;"><p>Row 1 Cell 3  </p></td>
    16 <td style="text-align:left;"><p>Row 1 Cell 4  </p></td>
    17 </tr>
    19 <tr>
    20 <td style="text-align:left;"><p>Row 2 Cell 1  </p></td>
    21 <td style="text-align:left;"><p>Row 2 Cell 2  </p></td>
    22 <td style="text-align:left;"><p>Row 2 Cell 3  </p></td>
    23 <td style="text-align:left;"><p>Row 2 Cell 4  </p></td>
    24 </tr>
    26 <tr>
    27 <td style="text-align:left;"><p>Row 3 Cell 1  </p></td>
    28 <td style="text-align:left;"><p>Row 3 Cell 2  </p></td>
    29 <td style="text-align:left;"><p>Row 3 Cell 3  </p></td>
    30 <td style="text-align:left;"><p>Row 3 Cell 4  </p></td>
    31 </tr>
    33 <tr>
    34 <td style="text-align:left;"><p>Row 4 Cell 1  </p></td>
    35 <td style="text-align:left;"><p>Row 4 Cell 2  </p></td>
    36 <td style="text-align:left;"><p>Row 4 Cell 3  </p></td>
    37 <td style="text-align:left;"><p>Row 4 Cell 4  </p></td>
    38 </tr>
    40 <tr>
    41 <td style="text-align:left;"><p>Row 5 Cell 1  </p></td>
    42 <td style="text-align:left;"><p>Row 5 Cell 2  </p></td>
    43 <td style="text-align:left;"><p>Row 5 Cell 3  </p></td>
    44 <td style="text-align:left;"><p>Row 5 Cell 4  </p></td>
    45 </tr>
    47 </tbody>
    48 </table>

mercurial