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

Unified Diff: LayoutTests/fast/forms/isindex-placeholder.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/forms/isindex-placeholder.html
diff --git a/LayoutTests/fast/forms/isindex-placeholder.html b/LayoutTests/fast/forms/isindex-placeholder.html
deleted file mode 100644
index c8ccacd6cd69f48c451cb361bb9731f113644585..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/forms/isindex-placeholder.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<style>
- #green-placeholder::-webkit-input-placeholder { color: green; }
-</style>
-<p>
- Test <tt>&lt;isindex></tt> placeholder styling.
-</p>
-The placeholder text should be gray:
-<isindex placeholder="placeholder">
-The placeholder text should be green:
-<isindex id="green-placeholder" placeholder="placeholder">
« no previous file with comments | « LayoutTests/fast/forms/isindex-name-expected.txt ('k') | LayoutTests/fast/forms/isindex-placeholder-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698