Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / resources / tabindex-focus-blur-all-iframe2.html
blobe254d2efacf9a1bd9c14dd85c5768477c401c6b0
1 <body id="iframe2body" tabindex="1" onblur="parent.parent.stopTest=true;">
3 <!--anchor types-->
4 <a href="#" tabindex="0" id="a4">anchor</a><br>
5 <img src ="abe.png" width="76" height="103" alt="honest abe" usemap ="#theMapName" />
6 <map name="theMapName" tabindex="-1" id="map4">
7 <area shape ="rect" coords ="0,0,76,50" href="#" target ="_blank" alt="rectArea1" id="area4a"/>
8 <area shape ="rect" coords ="0,50,76,103" href="#" target ="_blank" alt="rectArea2" tabindex="1" id="area4b"/>
9 </map><br>
11 <!--media elements-->
12 <div id="div4a" tabindex="0">
13 <audio controls src="../../../media/content/test.wav" tabindex="-1" id="audio4"></audio><br>
14 <video controls id="video4">
15 <source src="../../../media/content/test.mp4" type="video/mpeg" id="source4">
16 </video><br>
17 </div>
19 <!--embedded elements-->
20 applet:<br>
21 <applet width="100" height="100" code="" tabindex="0" id="applet4"></applet><br>
22 object:<br>
23 <object type="application/x-no-such-plugin" width="100" height="100" tabindex="-1" id="object4"></object><br>
24 embed:<br>
25 <embed type="application/x-no-such-plugin" width="100" height="100" id="embed4"></embed><br>
27 <!--presentation-related elements-->
28 <div id="div4b" tabindex="3">
29 <abbr title="the tooltip" tabindex="0" id="abbr4">abbr makes a tooltip</abbr><br>
30 <acronym title="the tooltip" tabindex="-1" id="acronym4">acronym makes a tooltip</acronym><br>
31 <bdo dir="rtl" id="bdo4">text going right-to-left</bdo><br>
32 a blockquote:<blockquote tabindex="3" id="blockquote4">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis eu nisi. Fusce aliquet massa non felis. Sed consectetuer. In hac habitasse platea dictumst. Nunc vitae nulla. Quisque tristique sollicitudin libero.</blockquote>
33 a short quote:<q tabindex="0" id="q4">Veni, Vidi, Vici</q>
34 <p tabindex="-1" id="p4">paragraph</p>
35 line break:<br id="br4">
36 horizontal rule:<hr tabindex="2" id="hr4">
37 <marquee tabindex="0" id="marquee4">marquee text</marquee>
38 <center tabindex="-1" id="center4">centered text</center>
39 </div>
41 <!--font style tags-->
42 <b id="b4">Bold text</b><br>
43 <big tabindex="1" id="big4">Big text</big><br>
44 <i tabindex="0" id="i4">Italic text</i><br>
45 <small tabindex="-1" id="small4">Small text</small><br>
46 <tt id="tt4">Teletype text</tt><br>
48 <!--canvas element-->
49 <div id="div4c" tabindex="1">
50 canvas:<br>
51 <canvas width='200' height='100' tabindex="0" id="canvas4"></canvas><br>
52 </div>
54 <!--Phrase elements-->
55 <em tabindex="-1" id="em4">em</em><br>
56 <strong id="strong4">strong</strong><br>
57 <dfn tabindex="2" id="dfn4">dfn</dfn><br>
58 <code tabindex="0" id="code4">code</code><br>
59 <samp tabindex="-1" id="samp4">samp</samp><br>
60 <kbd id="kbd4">kbd</kbd><br>
61 <var tabindex="3" id="var4">var</var><br>
62 <cite tabindex="0" id="cite4">cite</cite><br>
64 <!--heading tags-->
65 <div id="div4d" tabindex="-1">
66 <h1 id="h1_4">Heading 1</h1>
67 <h2 tabindex="3" id="h2_4">Heading 2</h2>
68 <h3 tabindex="0" id="h3_4">Heading 3</h3>
69 <h4 tabindex="-1" id="h4_4">Heading 4</h4>
70 <h5 id="h5_4">Heading 5</h5>
71 <h6 tabindex="2" id="h6_4">Heading 6</h6>
72 </div>
74 <!--other style-related tags-->
75 <s tabindex="0" id="s4">strikethrough (sTag)</s><br>
76 <strike tabindex="-1" id="strike4">strikethrough (strikeTag)</strike><br>
77 <sub id="sub4">subscript</sub><br>
78 <sup tabindex="1" id="sup4">superscript</sup><br>
79 <u tabindex="0" id="u4">underlined</u><br>
80 <del tabindex="-1" id="del4">delete</del><br>
81 <ins id="inst4">insert</ins><br>
82 <pre tabindex="1" id="pre4">preformatted</pre>
83 basic usage of <font tabindex="0" id="font4">font</font> tag<br>
84 basic usage of <span tabindex="-1" id="span4">span</span> tag<br>
86 <!--tables-->
87 <div id="div4e">
88 <table border="1" tabindex="2" id="table4">
89 <caption tabindex="0" id="caption4">table caption</caption>
90 <colgroup span="2" tabindex="-1" id="colgroup4">
91 <col width="100" id="col4a"></col>
92 <col width="250" tabindex="3" id="col4b"></col>
93 </colgroup>
94 <thead tabindex="0" id="thead4"><tr><th tabindex="-1" id="th4">
95 table header
96 </th></tr></thead><tbody id="tbody4">
97 <tr tabindex="3" id="tr4a">
98 <td tabindex="0" id="td4a">table cell 1</td>
99 <td tabindex="-1" id="tr4b">table cell 2</td>
100 <td id="td4b">table cell 3</td>
101 </tr></tbody>
102 <tfoot tabindex="2" id="tfoot4"><tr><td>
103 table footer
104 </td></tr></tfoot>
105 </table>
106 </div>
108 <!--definition list-->
109 <dl tabindex="0" id="dl4">definition list
110 <dt tabindex="-1" id="dt4a">term1</dt>
111 <dd id="dd4a">definition1</dd>
112 <dt tabindex="1" id="dt4b">term2</dt>
113 <dd tabindex="0" id="dd4b">definition2</dd>
114 </dl>
116 <!--lists -->
117 <div id="div4f" tabindex="-1">
118 <ul id="ul4">unordered list
119 <li tabindex="1" id="li4a"> ul li
120 </ul>
121 <ol tabindex="0" id="ol4">ordered list
122 <li tabindex="-1" id="li4b"> ol li
123 </ol>
124 <menu id="menu4">menu list
125 <li tabindex="2" id="li4c"> menu li
126 </menu>
127 <dir tabindex="0" id="dir4">directory list
128 <li tabindex="-1" id="li4d"> dir li
129 </dir>
130 </div>
132 <!--images-->
133 <image src="abe.png" id="image4"><br>
134 <img src="abe.png" tabindex="3" id="img4"><br>
136 <!--forms-->
137 <div id="div4g" tabindex="0">
138 <form tabindex="-1" id="form4">
139 <fieldset id="fieldset4">
140 <legend id="legend4" tabindex="3">legend4</legend>
141 </fieldset>
142 <select id="select4" tabindex="-1" multiple>
143 <optgroup label="group1" id="optgroup4">
144 <option tabindex="2" id="option4a">option1</option>
145 <option>option2</option>
146 </optgroup>
147 <optgroup label="group2">
148 <option>option3</option>
149 <option tabindex="0" id="option4b">option4</option>
150 </optgroup>
151 </select><br>
152 <textarea id="textarea4" tabindex="-1">textarea1</textarea><br>
153 <input type="text" id="text4" value="text"><br>
154 <input type="checkbox" id="checkbox4" tabindex="-1"><br>
155 <input type="radio" id="radioChoice4a" name="radio4" tabindex="-1"><br>
156 <label id="label4" tabindex="0"><input type="radio" name="radio4">label for radio button</label><br>
158 <input type="file" id="file4" tabindex="1"><br>
159 input type="hidden"<input type="hidden" id="hidden4" tabindex="0"><br>
160 input type="image"<input type="image" id="inputImage4" src="abe.png" tabindex="-1"><br>
161 <button id="button4" tabindex="1">button</button><br>
162 <input type="button" id="inputButton4" value="inputButton" tabindex="0"><br>
163 <input type="search" id="search4" placeholder="search" tabindex="-1"><br>
164 <input type="password" id="password4" tabindex="0"><br>
165 <input type="range" id="range4" tabindex="-1"><br>
166 <input type="submit" id="submit4" tabindex="1">
167 <input type="reset" id="reset4" tabindex="0"><br>
168 </form>
169 </div>
171 </body>