Bug 1935035 - Update a macOS-only test that hard-codes child count.
[gecko.git] / layout / reftests / forms / placeholder / placeholder-11.html
blob62c77351c878610b5f9832828c69b4ec370fd9d9
1 <!DOCTYPE html>
2 <html>
3 <!-- Test: placeholder shouldn't show new lines (&#10; version) -->
4 <link rel='stylesheet' type='text/css' href='placeholder-style.css'>
5 <body>
6 <input type="text" value="" placeholder="my&#10; placeholder">
7 </body>
8 </html>