Backed out 2 changesets (bug 1930466) for causing bc failures on browser_timezone...
[gecko.git] / layout / reftests / forms / placeholder / placeholder-visible-ref.html
blobb05267457eeee3bb222e28f56550ac71b227eefa
1 <!DOCTYPE html>
2 <html>
3 <!--
4 This test 'emulate' the placeholder by setting a style
5 to the value of an input text.
6 This test may break if placeholder default style is changed.
7 -->
8 <link rel='stylesheet' type='text/css' href='placeholder-style.css'>
10 <body>
11 <input type="text" class="placeholder" value="my placeholder">
12 </body>
13 </html>