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

Side by Side Diff: LayoutTests/fast/events/resources/tabindex-focus-blur-all-frame1.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="frame1body" tabindex="0"> 1 <body id="frame1body" tabindex="0">
2 2
3 <!--anchor types--> 3 <!--anchor types-->
4 <a href="#" tabindex="-1" id="a1">anchor</a><br> 4 <a href="#" tabindex="-1" id="a1">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" id="map1"> 6 <map name="theMapName" id="map1">
7 <area shape ="rect" coords ="0,0,76,50" href="#" target ="_blank" alt="rectAre a1" tabindex="1" id="area1a"/> 7 <area shape ="rect" coords ="0,0,76,50" href="#" target ="_blank" alt="rectAre a1" tabindex="1" id="area1a"/>
8 <area shape ="rect" coords ="0,50,76,103" href="#" target ="_blank" alt="rectA rea2" tabindex="0" id="area1b"/> 8 <area shape ="rect" coords ="0,50,76,103" href="#" target ="_blank" alt="rectA rea2" tabindex="0" id="area1b"/>
9 </map><br> 9 </map><br>
10 10
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 <option tabindex="0" id="option1a">option1</option> 144 <option tabindex="0" id="option1a">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="-1" id="option1b">option4</option> 149 <option tabindex="-1" id="option1b">option4</option>
150 </optgroup> 150 </optgroup>
151 </select><br> 151 </select><br>
152 <textarea id="textarea1">textarea1</textarea><br> 152 <textarea id="textarea1">textarea1</textarea><br>
153 <input type="text" id="text1" value="text1" tabindex="1"><br> 153 <input type="text" id="text1" value="text1" tabindex="1"><br>
154 <isindex id="isindex1" prompt="isindex1" tabindex="0"/><br>
155 <input type="checkbox" id="checkbox1"><br> 154 <input type="checkbox" id="checkbox1"><br>
156 <input type="radio" id="radioChoice1a" name="radio1" tabindex="0"><br> 155 <input type="radio" id="radioChoice1a" name="radio1" tabindex="0"><br>
157 <label id="label1" tabindex="-1"><input type="radio" name="radio1">label for rad ioChoice B</label><br> 156 <label id="label1" tabindex="-1"><input type="radio" name="radio1">label for rad ioChoice B</label><br>
158 <input type="file" id="file1" tabindex="2"><br> 157 <input type="file" id="file1" tabindex="2"><br>
159 input type="hidden"<input type="hidden" id="hidden1" tabindex="-1"><br> 158 input type="hidden"<input type="hidden" id="hidden1" tabindex="-1"><br>
160 input type="image"<input type="image" id="inputImage1" src="abe.png" tabindex="3 "><br> 159 input type="image"<input type="image" id="inputImage1" src="abe.png" tabindex="3 "><br>
161 <button id="button1" tabindex="0">button1</button><br> 160 <button id="button1" tabindex="0">button1</button><br>
162 <input type="button" id="inputButton1" value="inputButton1" tabindex="-1"><br> 161 <input type="button" id="inputButton1" value="inputButton1" tabindex="-1"><br>
163 <input type="search" id="search1" placeholder="search1"><br> 162 <input type="search" id="search1" placeholder="search1"><br>
164 <input type="password" id="password1" tabindex="-1"><br> 163 <input type="password" id="password1" tabindex="-1"><br>
165 <input type="range" id="range1" tabindex="3"><br> 164 <input type="range" id="range1" tabindex="3"><br>
166 <input type="submit" id="submit1" tabindex="0"> 165 <input type="submit" id="submit1" tabindex="0">
167 <input type="reset" id="reset1" tabindex="-1"><br> 166 <input type="reset" id="reset1" tabindex="-1"><br>
168 </form> 167 </form>
169 </div> 168 </div>
170 169
171 <iframe width="100%" height="75%" src="tabindex-focus-blur-all-iframe1.html" id= "iframe1a" tabindex="-1"></iframe> 170 <iframe width="100%" height="75%" src="tabindex-focus-blur-all-iframe1.html" id= "iframe1a" tabindex="-1"></iframe>
172 <iframe src="tabindex-focus-blur-all-frame3.html" id="iframe1b"></iframe> 171 <iframe src="tabindex-focus-blur-all-frame3.html" id="iframe1b"></iframe>
173 172
174 </body> 173 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698