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

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/formctls/bugs/bug33327.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
<p>some text</p>
 
2
 
 
3
<p>
 
4
 <select size="3">
 
5
  <option>single</option>
 
6
  <option>select</option>
 
7
 </select>
 
8
</p>
 
9
 
 
10
<p>
 
11
 <select size="3" multiple>
 
12
  <option>multi</option>
 
13
  <option>select</option>
 
14
 </select>
 
15
</p>
 
16
 
 
17
<p>
 
18
 <select size="3">
 
19
  <option>single</option>
 
20
  <option>select</option>
 
21
  <option>with</option>
 
22
  <option>scrollbars</option>
 
23
 </select>
 
24
</p>
 
25
 
 
26
<p>
 
27
 <select size="3" multiple>
 
28
  <option>multi</option>
 
29
  <option>select</option>
 
30
  <option>with</option>
 
31
  <option>scrollbars</option>
 
32
 </select>
 
33
</p>
 
 
b'\\ No newline at end of file'