blob: 7cfd00a0eb60626ab9fb019c0719e29a68652065 (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<html>
<!-- Test: placeholder shouldn't show new lines ( version) -->
<link rel='stylesheet' type='text/css' href='placeholder-style.css'>
<body>
<input type="text" value="" placeholder="my placeholder">
</body>
</html>
|