<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/struct/text/table/6" class="A" scope="wml" testtype="application" type="manual" source="wml13#11.8.5" device="gateway">
  <assertion>When a gateway encounters nested TABLE elements it must produce an error
</assertion>
  <specnote>A nested table is produced.  The prompt is ": Did the browser
indicates that the link could not be loaded or failed to render the new card?"</specnote>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<p>Select this&nbsp;<anchor>
<go href="<deck1>">
</go>link</anchor>&nbsp;and then come back to
this screen.</p>
<p mode="wrap">Did the browser indicate that the link could not be loaded or failed to render the new card.
<br />
<yesno>
</p>
</card>]]>
  </method>
  <decks>
    <deck id="1">
      <![CDATA[<card id="main">
<do type="prev">
	<prev/>
</do>
<p>This is a nested table element
<table columns="3">
<tr><td>A</td><td>B</td><td>C</td></tr>
<tr><td>D</td><td>E</td><td>F</td></tr>
<tr><td>G</td><td>H</td><td>
<table columns="3">
	<tr><td>A</td><td>B</td><td>C</td></tr>
	<tr><td>D</td><td>E</td><td>F</td></tr>
	<tr><td>G</td><td>H</td><td>I</td></tr>
</table>
</td></tr>
</table>
</p>
</card>
]]>
    </deck>
  </decks>
</test>

