]> iEval git - html-element-library.git/blobdiff - t/html/fillinform/fillinform.exp
Fix tests
[html-element-library.git] / t / html / fillinform / fillinform.exp
index ed123acbbcc03d988dc49f7e6d8d3e5bf3f58211..bbe603edf101735007224a5135a1847565904ff3 100644 (file)
@@ -5,18 +5,18 @@
       <h1>Dialer</h1>
       <form name="appform" id="appform" method="post">
         <div id="city_div"> City:
-          <input /="/" name="city" type="text">
+          <input name="city" type="text"/>
         </div>
         <div id="state_div"> State:
-          <input /="/" value="catatonic" name="state" type="text">
+          <input value="catatonic" name="state" type="text"/>
         </div>
         <div id="company_div"> Company:
-          <input /="/" name="company" type="text">
+          <input name="company" type="text"/>
         </div>
         <div id="data_source_div"> Data Source:
-          <input /="/" name="data_source" type="text">
+          <input name="data_source" type="text"/>
         </div>
-        <input /="/" value="locate records" type="submit">
+        <input value="locate records" type="submit"/>
       </form>
     </div>
   </body>
This page took 0.023699 seconds and 4 git commands to generate.