Chromium Code Reviews

Side by Side 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.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
(Empty)
1 <style>
2 #green-placeholder::-webkit-input-placeholder { color: green; }
3 </style>
4 <p>
5 Test <tt>&lt;isindex></tt> placeholder styling.
6 </p>
7 The placeholder text should be gray:
8 <isindex placeholder="placeholder">
9 The placeholder text should be green:
10 <isindex id="green-placeholder" placeholder="placeholder">
OLDNEW
« 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