Bug 1942006 - Upstream a variety of Servo-specific code from Servo's downstream fork...
[gecko.git] / layout / reftests / forms / placeholder / placeholder-12.html
blob7cfd00a0eb60626ab9fb019c0719e29a68652065
1 <!DOCTYPE html>
2 <html>
3 <!-- Test: placeholder shouldn't show new lines (&#13; version) -->
4 <link rel='stylesheet' type='text/css' href='placeholder-style.css'>
5 <body>
6 <input type="text" value="" placeholder="my&#13; placeholder">
7 </body>
8 </html>