blob: 642016ef37f67b1fcc0abf5d5b94bf8308631e96 [file] [log] [blame]
<style>
#normal { color: darkGray }
#green-placeholder { color: green; }
</style>
<p>
Test <tt>&lt;isindex></tt> placeholder styling.
</p>
The placeholder text should be gray:
<isindex id="normal" value="placeholder">
The placeholder text should be green:
<isindex id="green-placeholder" value="placeholder">