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

Unified Diff: LayoutTests/fast/events/resources/tabindex-focus-blur-all-iframe1.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-iframe1.html
diff --git a/LayoutTests/fast/events/resources/tabindex-focus-blur-all-iframe1.html b/LayoutTests/fast/events/resources/tabindex-focus-blur-all-iframe1.html
index e40c2294d7e7d4c45f1369e34323da3f23aca007..8b39f4c561984af59a659e24be8ca6fad48a4ba3 100644
--- a/LayoutTests/fast/events/resources/tabindex-focus-blur-all-iframe1.html
+++ b/LayoutTests/fast/events/resources/tabindex-focus-blur-all-iframe1.html
@@ -151,7 +151,6 @@ table footer
</select><br>
<textarea id="textarea2" tabindex="3">textarea</textarea><br>
<input type="text" id="text2" value="text" tabindex="0"><br>
-<isindex id="isindex2" prompt="isindex" tabindex="-1"/><br>
<input type="checkbox" id="checkbox2" tabindex="2"><br>
<input type="radio" id="radioChoice2a" name="radio2" tabindex="-1"><br>
<label id="label2"><input type="radio" name="radio2" tabindex="2">label for radio button</label><br>

Powered by Google App Engine
This is Rietveld 408576698