nashorn/test/script/markdown/table-basic.js.EXPECTED
author dpochepk
Tue, 23 Aug 2016 18:57:21 +0200
changeset 40874 3a401d85ca3d
parent 22371 e6b607104dc6
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
22371
e6b607104dc6 8027958: NASHORN TEST: Create tests to test markdown javascript engine work with Nashorn
sundar
parents:
diff changeset
     1
<table>
e6b607104dc6 8027958: NASHORN TEST: Create tests to test markdown javascript engine work with Nashorn
sundar
parents:
diff changeset
     2
<thead>
e6b607104dc6 8027958: NASHORN TEST: Create tests to test markdown javascript engine work with Nashorn
sundar
parents:
diff changeset
     3
<tr>
e6b607104dc6 8027958: NASHORN TEST: Create tests to test markdown javascript engine work with Nashorn
sundar
parents:
diff changeset
     4
<th id="first_header" style="text-align:left;"> First Header  </th>
e6b607104dc6 8027958: NASHORN TEST: Create tests to test markdown javascript engine work with Nashorn
sundar
parents:
diff changeset
     5
<th id="second_header" style="text-align:left;"> Second Header </th>
e6b607104dc6 8027958: NASHORN TEST: Create tests to test markdown javascript engine work with Nashorn
sundar
parents:
diff changeset
     6
</tr>
e6b607104dc6 8027958: NASHORN TEST: Create tests to test markdown javascript engine work with Nashorn
sundar
parents:
diff changeset
     7
</thead>
e6b607104dc6 8027958: NASHORN TEST: Create tests to test markdown javascript engine work with Nashorn
sundar
parents:
diff changeset
     8
e6b607104dc6 8027958: NASHORN TEST: Create tests to test markdown javascript engine work with Nashorn
sundar
parents:
diff changeset
     9
<tbody>
e6b607104dc6 8027958: NASHORN TEST: Create tests to test markdown javascript engine work with Nashorn
sundar
parents:
diff changeset
    10
<tr>
e6b607104dc6 8027958: NASHORN TEST: Create tests to test markdown javascript engine work with Nashorn
sundar
parents:
diff changeset
    11
<td style="text-align:left;"><p>Row 1 Cell 1  </p></td>
e6b607104dc6 8027958: NASHORN TEST: Create tests to test markdown javascript engine work with Nashorn
sundar
parents:
diff changeset
    12
<td style="text-align:left;"><p>Row 1 Cell 2  </p></td>
e6b607104dc6 8027958: NASHORN TEST: Create tests to test markdown javascript engine work with Nashorn
sundar
parents:
diff changeset
    13
</tr>
e6b607104dc6 8027958: NASHORN TEST: Create tests to test markdown javascript engine work with Nashorn
sundar
parents:
diff changeset
    14
e6b607104dc6 8027958: NASHORN TEST: Create tests to test markdown javascript engine work with Nashorn
sundar
parents:
diff changeset
    15
<tr>
e6b607104dc6 8027958: NASHORN TEST: Create tests to test markdown javascript engine work with Nashorn
sundar
parents:
diff changeset
    16
<td style="text-align:left;"><p>Row 2 Cell 1  </p></td>
e6b607104dc6 8027958: NASHORN TEST: Create tests to test markdown javascript engine work with Nashorn
sundar
parents:
diff changeset
    17
<td style="text-align:left;"><p>Row 2 Cell 2  </p></td>
e6b607104dc6 8027958: NASHORN TEST: Create tests to test markdown javascript engine work with Nashorn
sundar
parents:
diff changeset
    18
</tr>
e6b607104dc6 8027958: NASHORN TEST: Create tests to test markdown javascript engine work with Nashorn
sundar
parents:
diff changeset
    19
e6b607104dc6 8027958: NASHORN TEST: Create tests to test markdown javascript engine work with Nashorn
sundar
parents:
diff changeset
    20
</tbody>
e6b607104dc6 8027958: NASHORN TEST: Create tests to test markdown javascript engine work with Nashorn
sundar
parents:
diff changeset
    21
</table>