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

Side by Side Diff: LayoutTests/fast/events/resources/tabindex-focus-blur-all-iframe2.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="iframe2body" tabindex="1" onblur="parent.parent.stopTest=true;"> 1 <body id="iframe2body" tabindex="1" onblur="parent.parent.stopTest=true;">
2 2
3 <!--anchor types--> 3 <!--anchor types-->
4 <a href="#" tabindex="0" id="a4">anchor</a><br> 4 <a href="#" tabindex="0" id="a4">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="-1" id="map4"> 6 <map name="theMapName" tabindex="-1" id="map4">
7 <area shape ="rect" coords ="0,0,76,50" href="#" target ="_blank" alt="rectAre a1" id="area4a"/> 7 <area shape ="rect" coords ="0,0,76,50" href="#" target ="_blank" alt="rectAre a1" id="area4a"/>
8 <area shape ="rect" coords ="0,50,76,103" href="#" target ="_blank" alt="rectA rea2" tabindex="1" id="area4b"/> 8 <area shape ="rect" coords ="0,50,76,103" href="#" target ="_blank" alt="rectA rea2" tabindex="1" id="area4b"/>
9 </map><br> 9 </map><br>
10 10
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 <option tabindex="2" id="option4a">option1</option> 144 <option tabindex="2" id="option4a">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 tabindex="0" id="option4b">option4</option> 149 <option tabindex="0" id="option4b">option4</option>
150 </optgroup> 150 </optgroup>
151 </select><br> 151 </select><br>
152 <textarea id="textarea4" tabindex="-1">textarea1</textarea><br> 152 <textarea id="textarea4" tabindex="-1">textarea1</textarea><br>
153 <input type="text" id="text4" value="text"><br> 153 <input type="text" id="text4" value="text"><br>
154 <isindex id="isindex4" prompt="isindex" tabindex="1"/><br>
155 <input type="checkbox" id="checkbox4" tabindex="-1"><br> 154 <input type="checkbox" id="checkbox4" tabindex="-1"><br>
156 <input type="radio" id="radioChoice4a" name="radio4" tabindex="-1"><br> 155 <input type="radio" id="radioChoice4a" name="radio4" tabindex="-1"><br>
157 <label id="label4" tabindex="0"><input type="radio" name="radio4">label for radi o button</label><br> 156 <label id="label4" tabindex="0"><input type="radio" name="radio4">label for radi o button</label><br>
158 157
159 <input type="file" id="file4" tabindex="1"><br> 158 <input type="file" id="file4" tabindex="1"><br>
160 input type="hidden"<input type="hidden" id="hidden4" tabindex="0"><br> 159 input type="hidden"<input type="hidden" id="hidden4" tabindex="0"><br>
161 input type="image"<input type="image" id="inputImage4" src="abe.png" tabindex="- 1"><br> 160 input type="image"<input type="image" id="inputImage4" src="abe.png" tabindex="- 1"><br>
162 <button id="button4" tabindex="1">button</button><br> 161 <button id="button4" tabindex="1">button</button><br>
163 <input type="button" id="inputButton4" value="inputButton" tabindex="0"><br> 162 <input type="button" id="inputButton4" value="inputButton" tabindex="0"><br>
164 <input type="search" id="search4" placeholder="search" tabindex="-1"><br> 163 <input type="search" id="search4" placeholder="search" tabindex="-1"><br>
165 <input type="password" id="password4" tabindex="0"><br> 164 <input type="password" id="password4" tabindex="0"><br>
166 <input type="range" id="range4" tabindex="-1"><br> 165 <input type="range" id="range4" tabindex="-1"><br>
167 <input type="submit" id="submit4" tabindex="1"> 166 <input type="submit" id="submit4" tabindex="1">
168 <input type="reset" id="reset4" tabindex="0"><br> 167 <input type="reset" id="reset4" tabindex="0"><br>
169 </form> 168 </form>
170 </div> 169 </div>
171 170
172 </body> 171 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/resources/tabindex-focus-blur-all-iframe1.html ('k') | LayoutTests/fast/forms/isindex-name.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698