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

Unified 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, 10 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/events/resources/tabindex-focus-blur-all-frame2.html
diff --git a/LayoutTests/fast/events/resources/tabindex-focus-blur-all-frame2.html b/LayoutTests/fast/events/resources/tabindex-focus-blur-all-frame2.html
index b7a769ab7bade5c789ceed5c72b70ccc4f539ff9..54a191784a50c7966bfd6800a27bdd4d0df4c6a4 100644
--- a/LayoutTests/fast/events/resources/tabindex-focus-blur-all-frame2.html
+++ b/LayoutTests/fast/events/resources/tabindex-focus-blur-all-frame2.html
@@ -151,7 +151,6 @@ table footer
</select><br>
<textarea id="textarea3" tabindex="0">textarea</textarea><br>
<input type="text" id="text3" value="text" tabindex="-1"><br>
-<isindex id="isindex3" prompt="isindex"/><br>
<input type="checkbox" id="checkbox3" tabindex="0"><br>
<input type="radio" id="radioChoice3a" name="radio3"><br>
<label id="label3" tabindex="2"><input type="radio" name="radio3" tabindex="0">label for radio button</label><br>

Powered by Google App Engine
This is Rietveld 408576698