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

Side by Side Diff: LayoutTests/fast/forms/isindex-placeholder-expected.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, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <style>
2 #normal { color: darkGray }
3 #green-placeholder { color: green; }
4 </style>
5 <p>
6 Test <tt>&lt;isindex></tt> placeholder styling.
7 </p>
8 The placeholder text should be gray:
9 <isindex id="normal" value="placeholder">
10 The placeholder text should be green:
11 <isindex id="green-placeholder" value="placeholder">
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/isindex-placeholder.html ('k') | LayoutTests/fast/forms/text-style-color.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698