Upstream version 9.37.197.0
[platform/framework/web/crosswalk.git] / src / third_party / webdriver / test_data / nestedElements.html
1 <html>
2   <body>
3   <p id="test_id">outside</p>
4   <p id="test_id_out">outside</p>
5   <div id="test_id_div">
6         <p id="test_id">inside</p>
7   </div>
8 <form method="get" action="resultPage.html" name="form1" style="display: block">
9     Here's a checkbox: <input type="checkbox" id="checky" name="checky" value="furrfu"/><br/>
10     <select name="selectomatic" id="1">
11         <option selected="selected">One</option>
12         <option>Two</option>
13         <option>Four</option>
14         <option>Still learning how to count, apparently</option>
15     </select>
16 </form>
17
18 <form method="get" action="resultPage.html" name="form2" style="display: block">
19     Here's a checkbox: <input type="checkbox" id="checky" name="checky" value="furrfu"/><br/>
20     <select name="selectomatic" id="2">
21         <option selected="selected">One</option>
22         <option>Two</option>
23         <option>Four</option>
24         <option>Still learning how to count, apparently</option>
25     </select>
26      <select name="selectomatic" id="2">
27         <option selected="selected">One</option>
28         <option>Two</option>
29         <option>Four</option>
30         <option>Still learning how to count, apparently</option>
31     </select>
32 </form>
33
34 <a href="1.html">hello world</a>
35 <div name="div1">
36   <a href="2.html" name="link1">hello world</a>
37   <a href="2.html" name="link2">hello world</a>
38 </div>
39 </body>
40 </html>
41 <html>
42   <body>
43
44 <form method="get" action="resultPage.html" name="form1" style="display: block">
45     Here's a checkbox: <input type="checkbox" id="checky" name="checky" value="furrfu"/><br/>
46     <select name="selectomatic" id="1">
47         <option selected="selected">One</option>
48         <option>Two</option>
49         <option>Four</option>
50         <option>Still learning how to count, apparently</option>
51     </select>
52 </form>
53
54 <form method="get" action="resultPage.html" name="form2" style="display: block">
55     Here's a checkbox: <input type="checkbox" id="checky" name="checky" value="furrfu"/><br/>
56     <select name="selectomatic" id="2">
57         <option selected="selected">One</option>
58         <option>Two</option>
59         <option>Four</option>
60         <option>Still learning how to count, apparently</option>
61     </select>
62      <select name="selectomatic" id="2">
63         <option selected="selected">One</option>
64         <option>Two</option>
65         <option>Four</option>
66         <option>Still learning how to count, apparently</option>
67     </select>
68 </form>
69
70 <a href="1.html">hello world</a>
71 <div name="div1">
72   <a href="2.html">hello world</a>
73   <a href="2.html">hello world</a>
74 </div>
75 </body>
76 </html>
77 <html>
78   <body>
79
80 <form method="get" action="resultPage.html" name="form1" style="display: block">
81     Here's a checkbox: <input type="checkbox" id="checky" name="checky" value="furrfu"/><br/>
82     <select name="selectomatic" id="1">
83         <option selected="selected">One</option>
84         <option>Two</option>
85         <option>Four</option>
86         <option>Still learning how to count, apparently</option>
87     </select>
88 </form>
89
90 <form method="get" action="resultPage.html" name="form2" style="display: block">
91     Here's a checkbox: <input type="checkbox" id="checky" name="checky" value="furrfu"/><br/>
92     <select name="selectomatic" id="2">
93         <option selected="selected">One</option>
94         <option>Two</option>
95         <option>Four</option>
96         <option>Still learning how to count, apparently</option>
97     </select>
98      <select name="selectomatic" id="2">
99         <option selected="selected">One</option>
100         <option>Two</option>
101         <option>Four</option>
102         <option>Still learning how to count, apparently</option>
103     </select>
104 </form>
105
106 <a href="1.html">hello world</a>
107 <div name="div1">
108   <a href="2.html">hello world</a>
109   <a href="2.html">hello world</a>
110 </div>
111 </body>
112 </html>
113 <html>
114   <body>
115
116 <form method="get" action="resultPage.html" name="form1" style="display: block">
117     Here's a checkbox: <input type="checkbox" id="checky" name="checky" value="furrfu"/><br/>
118     <select name="selectomatic" id="1">
119         <option selected="selected">One</option>
120         <option>Two</option>
121         <option>Four</option>
122         <option>Still learning how to count, apparently</option>
123     </select>
124 </form>
125
126 <form method="get" action="resultPage.html" name="form2" style="display: block">
127     Here's a checkbox: <input type="checkbox" id="checky" name="checky" value="furrfu"/><br/>
128     <select name="selectomatic" id="2">
129         <option selected="selected">One</option>
130         <option>Two</option>
131         <option>Four</option>
132         <option>Still learning how to count, apparently</option>
133     </select>
134      <select name="selectomatic" id="2">
135         <option selected="selected">One</option>
136         <option>Two</option>
137         <option>Four</option>
138         <option>Still learning how to count, apparently</option>
139     </select>
140 </form>
141
142 <a href="1.html">hello world</a>
143 <div name="div1">
144   <a href="2.html">hello world</a>
145   <a href="2.html">hello world</a>
146 </div>
147
148 <span class="one">Span with class of one</span>
149 <div name="classes">
150   <span class="one">Find me</span>
151   <span class="one">Also me</span>
152   <span class="oneother">But not me</span>
153 </div>
154 </body>
155 </html>