Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / content / test / data / accessibility / table-simple.html
index 9bfbbf8..72e2b4d 100644 (file)
 
 <table border=1>
   <tr>
-    <td>A</td>
-    <td>B</td>
-    <td>C</td>
+    <th>Pair</th>
+    <th>Single</th>
   </tr>
   <tr>
+    <td>AB</td>
+     <td>B</td>
+  </tr>
+  <tr>
+    <td>CD</td>
     <td>D</td>
-    <td>E</td>
-    <td>F</td>
   </tr>
 </table>