blob: 9bceacd62654a9db586c1a90c93261264ab23199 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html>
<!--
This test 'emulate' the placeholder by setting a style
to the value of an input text.
This test may break if placeholder default style is changed.
-->
<link rel='stylesheet' type='text/css' href='placeholder-style.css'>
<body>
<input type="text" class="placeholder" size="5" value="my placeholder">
</body>
</html>
|