Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Side by Side Diff: LayoutTests/fast/events/resources/tabindex-focus-blur-all-iframe1.html

Issue 96653004: Remove support for the obsolete <isindex> tag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test. Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <body id="iframe1body" tabindex="-1"> 1 <body id="iframe1body" tabindex="-1">
2 2
3 <!--anchor types--> 3 <!--anchor types-->
4 <a href="#" id="a2">anchor</a><br> 4 <a href="#" id="a2">anchor</a><br>
5 <img src ="abe.png" width="76" height="103" alt="honest abe" usemap ="#theMapNam e" /> 5 <img src ="abe.png" width="76" height="103" alt="honest abe" usemap ="#theMapNam e" />
6 <map name="theMapName" tabindex="2" id="map2"> 6 <map name="theMapName" tabindex="2" id="map2">
7 <area shape ="rect" coords ="0,0,76,50" href="#" target ="_blank" alt="rectAre a1" tabindex="0" id="area2a"/> 7 <area shape ="rect" coords ="0,0,76,50" href="#" target ="_blank" alt="rectAre a1" tabindex="0" id="area2a"/>
8 <area shape ="rect" coords ="0,50,76,103" href="#" target ="_blank" alt="rectA rea2" tabindex="-1" id="area2b"/> 8 <area shape ="rect" coords ="0,50,76,103" href="#" target ="_blank" alt="rectA rea2" tabindex="-1" id="area2b"/>
9 </map><br> 9 </map><br>
10 10
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 <option tabindex="-1" id="option2a">option1</option> 144 <option tabindex="-1" id="option2a">option1</option>
145 <option>option2</option> 145 <option>option2</option>
146 </optgroup> 146 </optgroup>
147 <optgroup label="group2"> 147 <optgroup label="group2">
148 <option>option3</option> 148 <option>option3</option>
149 <option id="option2b">option4</option> 149 <option id="option2b">option4</option>
150 </optgroup> 150 </optgroup>
151 </select><br> 151 </select><br>
152 <textarea id="textarea2" tabindex="3">textarea</textarea><br> 152 <textarea id="textarea2" tabindex="3">textarea</textarea><br>
153 <input type="text" id="text2" value="text" tabindex="0"><br> 153 <input type="text" id="text2" value="text" tabindex="0"><br>
154 <isindex id="isindex2" prompt="isindex" tabindex="-1"/><br>
155 <input type="checkbox" id="checkbox2" tabindex="2"><br> 154 <input type="checkbox" id="checkbox2" tabindex="2"><br>
156 <input type="radio" id="radioChoice2a" name="radio2" tabindex="-1"><br> 155 <input type="radio" id="radioChoice2a" name="radio2" tabindex="-1"><br>
157 <label id="label2"><input type="radio" name="radio2" tabindex="2">label for radi o button</label><br> 156 <label id="label2"><input type="radio" name="radio2" tabindex="2">label for radi o button</label><br>
158 <input type="file" id="file2" tabindex="0"><br> 157 <input type="file" id="file2" tabindex="0"><br>
159 input type="hidden"<input type="hidden" id="hidden2"><br> 158 input type="hidden"<input type="hidden" id="hidden2"><br>
160 input type="image"<input type="image" id="inputImage2" src="abe.png" tabindex="0 "><br> 159 input type="image"<input type="image" id="inputImage2" src="abe.png" tabindex="0 "><br>
161 <button id="button2" tabindex="-1">button</button><br> 160 <button id="button2" tabindex="-1">button</button><br>
162 <input type="button" id="inputButton2" value="inputButton"><br> 161 <input type="button" id="inputButton2" value="inputButton"><br>
163 <input type="search" id="search2" placeholder="search" tabindex="2"><br> 162 <input type="search" id="search2" placeholder="search" tabindex="2"><br>
164 <input type="password" id="password2"><br> 163 <input type="password" id="password2"><br>
165 <input type="range" id="range2" tabindex="0"><br> 164 <input type="range" id="range2" tabindex="0"><br>
166 <input type="submit" id="submit2" tabindex="-1"> 165 <input type="submit" id="submit2" tabindex="-1">
167 <input type="reset" id="reset2"><br> 166 <input type="reset" id="reset2"><br>
168 </form> 167 </form>
169 </div> 168 </div>
170 169
171 </body> 170 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698