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

Unified 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, 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-frame1.html
diff --git a/LayoutTests/fast/events/resources/tabindex-focus-blur-all-frame1.html b/LayoutTests/fast/events/resources/tabindex-focus-blur-all-frame1.html
index ddd47ea7e9b53a2e8cb53fbaf9f25307c03c9560..e2c9c715b0286dfb29931809728dabf18c12061e 100644
--- a/LayoutTests/fast/events/resources/tabindex-focus-blur-all-frame1.html
+++ b/LayoutTests/fast/events/resources/tabindex-focus-blur-all-frame1.html
@@ -151,7 +151,6 @@ table footer
</select><br>
<textarea id="textarea1">textarea1</textarea><br>
<input type="text" id="text1" value="text1" tabindex="1"><br>
-<isindex id="isindex1" prompt="isindex1" tabindex="0"/><br>
<input type="checkbox" id="checkbox1"><br>
<input type="radio" id="radioChoice1a" name="radio1" tabindex="0"><br>
<label id="label1" tabindex="-1"><input type="radio" name="radio1">label for radioChoice B</label><br>

Powered by Google App Engine
This is Rietveld 408576698