<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/struct/text/table/1" class="A" scope="wml" testtype="application" type="manual" source="wml13#11.8.5" device="both">
  <assertion>When the COLUMNS attribute of the TABLE element is specified as a
non-negative integer, it defines the number of columns that each row of the
table shall contain. Rows with fewer than the specified number of columns have
empty columns added to their ends.
</assertion>
  <notes>prompt fixed in line with PR2255</notes>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<p>The following table has 3 columns. Row 2 only specifies data for 2
columns.</p>
<p><table columns="3">
<tr><td>a</td><td>b</td><td>c</td></tr>
<tr><td>d</td><td>e</td></tr>
<tr><td>f</td><td>g</td><td>h</td></tr>
</table></p>
<p mode="wrap">Are the letters 'a' to 'h' displayed, with the letters 'd' and 'e' displayed on row 2?
<br />
<yesno>
</p>
</card>]]>
  </method>
</test>

