<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/events/tasks/go/10" class="A" scope="wml" testtype="application" type="manual" source="wml13#9.5.1" device="both">
  <assertion>When the cache-control attribure is present within the GO element and
its value is set to "no-cache" the client must reload the URL from the origin 
server.
</assertion>
  <specnote>Added with wml version 1.3.</specnote>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<p>
 1. Follow this 
 <anchor title="Link" > Link
 <go href="<deck1>" method="post" />
 </anchor> <br/>

 2. Now follow this
 <anchor title="Link" > Link
 <go href="<deck1>" method="post" cache-control="no-cache"/>
 </anchor> <br/>

</p>
<p mode="wrap">Were the times DIFFERENT?  
<br />
<yesno>
</p>
</card>]]>
  </method>
  <decks>
    <deck id="1">
      <![CDATA[<card id="card1">
<p>
  Note the time, then go back
  <currenttime>
  <do type="prev" label="Back" >
    <prev/>
  </do>
</p>
</card>
]]>
    </deck>
  </decks>
</test>

