<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/struct/text/td/1" class="A" scope="wml" testtype="application" type="manual" source="wml13#11.8.7" device="both">
  <assertion>When the TD element is specified, it defines the contents of a single
cell of a row of a table. The contents of the element are rendered in the
cell.
</assertion>
  <specnote>A table with 2 columns.  Data for each is formatted within its cell.
The prompt is "Is the table data displayed within its cells?".</specnote>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<p>The following table has 2 columns. Data for each is formatted within its
cell.</p>
<p><table columns="2">
<tr><td>The first cell with a lot of data.</td><td>The second cell with a lot
of data</td></tr>
<tr><td>Another row</td><td>Another row</td></tr>
</table></p>
<p mode="wrap">Is the table data displayed within its cells?
<br />
<yesno>
</p>
</card>]]>
  </method>
</test>

