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

Side by Side Diff: LayoutTests/fast/events/resources/tabindex-focus-blur-all-frame2.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="frame2body"> 1 <body id="frame2body">
2 2
3 <!--anchor types--> 3 <!--anchor types-->
4 <a href="#" tabindex="1" id="a3">anchor</a><br> 4 <a href="#" tabindex="1" id="a3">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="0" id="map3"> 6 <map name="theMapName" tabindex="0" id="map3">
7 <area shape ="rect" coords ="0,0,76,50" href="#" target ="_blank" alt="rectAre a1" tabindex="-1" id="area3a"/> 7 <area shape ="rect" coords ="0,0,76,50" href="#" target ="_blank" alt="rectAre a1" tabindex="-1" id="area3a"/>
8 <area shape ="rect" coords ="0,50,76,103" href="#" target ="_blank" alt="rectA rea3" id="area3b"/> 8 <area shape ="rect" coords ="0,50,76,103" href="#" target ="_blank" alt="rectA rea3" id="area3b"/>
9 </map><br> 9 </map><br>
10 10
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 <option id="option3a">option1</option> 144 <option id="option3a">option1</option>
145 <option>option2</option> 145 <option>option2</option>
146 </optgroup> 146 </optgroup>
147 <optgroup label="group3"> 147 <optgroup label="group3">
148 <option>option3</option> 148 <option>option3</option>
149 <option tabindex="1" id="option3b">option4</option> 149 <option tabindex="1" id="option3b">option4</option>
150 </optgroup> 150 </optgroup>
151 </select><br> 151 </select><br>
152 <textarea id="textarea3" tabindex="0">textarea</textarea><br> 152 <textarea id="textarea3" tabindex="0">textarea</textarea><br>
153 <input type="text" id="text3" value="text" tabindex="-1"><br> 153 <input type="text" id="text3" value="text" tabindex="-1"><br>
154 <isindex id="isindex3" prompt="isindex"/><br>
155 <input type="checkbox" id="checkbox3" tabindex="0"><br> 154 <input type="checkbox" id="checkbox3" tabindex="0"><br>
156 <input type="radio" id="radioChoice3a" name="radio3"><br> 155 <input type="radio" id="radioChoice3a" name="radio3"><br>
157 <label id="label3" tabindex="2"><input type="radio" name="radio3" tabindex="0">l abel for radio button</label><br> 156 <label id="label3" tabindex="2"><input type="radio" name="radio3" tabindex="0">l abel for radio button</label><br>
158 <input type="file" id="file3" tabindex="-1"><br> 157 <input type="file" id="file3" tabindex="-1"><br>
159 input type="hidden"<input type="hidden" id="hidden3" tabindex="3"><br> 158 input type="hidden"<input type="hidden" id="hidden3" tabindex="3"><br>
160 input type="image"<input type="image" id="inputImage3" src="abe.png" tabindex="- 1"><br> 159 input type="image"<input type="image" id="inputImage3" src="abe.png" tabindex="- 1"><br>
161 <button id="button3">button</button><br> 160 <button id="button3">button</button><br>
162 <input type="button" id="inputButton3" value="inputButton" tabindex="3"><br> 161 <input type="button" id="inputButton3" value="inputButton" tabindex="3"><br>
163 <input type="search" id="search3" placeholder="search" tabindex="0"><br> 162 <input type="search" id="search3" placeholder="search" tabindex="0"><br>
164 <input type="password" id="password3" tabindex="2"><br> 163 <input type="password" id="password3" tabindex="2"><br>
165 <input type="range" id="range3" tabindex="-1"><br> 164 <input type="range" id="range3" tabindex="-1"><br>
166 <input type="submit" id="submit3"> 165 <input type="submit" id="submit3">
167 <input type="reset" id="reset3" tabindex="2"><br> 166 <input type="reset" id="reset3" tabindex="2"><br>
168 </form> 167 </form>
169 </div> 168 </div>
170 169
171 <iframe width="100%" height="75%" src="tabindex-focus-blur-all-iframe2.html" id= "iframe2a" tabindex="0"></iframe> 170 <iframe width="100%" height="75%" src="tabindex-focus-blur-all-iframe2.html" id= "iframe2a" tabindex="0"></iframe>
172 <iframe src="tabindex-focus-blur-all-frame3.html" id="iframe2b" tabindex="1"></i frame> 171 <iframe src="tabindex-focus-blur-all-frame3.html" id="iframe2b" tabindex="1"></i frame>
173 172
174 <input class="homebase"> 173 <input class="homebase">
175 174
176 </body> 175 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698