tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / fast / forms / isindex-placeholder-expected.html
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">