~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/formctls/bugs/bug39425.html

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<HTML>
 
2
<HEAD>
 
3
<SCRIPT>
 
4
function kill_dd()
 
5
{
 
6
  var x = document.forms[0].elements[0];
 
7
 
 
8
   while (x.options.length != 0)
 
9
   {
 
10
     var a = x.options.length - 1;
 
11
     x.options[a] = null;
 
12
   }
 
13
}
 
14
</SCRIPT>
 
15
</HEAD>
 
16
 
 
17
<BODY onload="kill_dd();">
 
18
 
 
19
text text text text
 
20
 
 
21
<FORM>
 
22
<table border="1"><tr><td>
 
23
<SELECT style="width: 200px">
 
24
<OPTION>1</option>
 
25
<OPTION>2</option>
 
26
</SELECT>
 
27
</td></tr></table>
 
28
</FORM>
 
29
 
 
30
 
 
31
</BODY></HTML>
 
 
b'\\ No newline at end of file'