blob: 62c77351c878610b5f9832828c69b4ec370fd9d9 (
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>
|