Bug 1942006 - Upstream a variety of Servo-specific code from Servo's downstream fork...
[gecko.git] / layout / reftests / forms / placeholder / placeholder-6-textarea.html
blobb56cb04789a43031dd44501eb3c0254c1dfaadc5
1 <!DOCTYPE html>
2 <html>
3 <!-- Test placeholder behavior when textarea is too small -->
4 <link rel='stylesheet' type='text/css' href='placeholder-style.css'>
5 <body>
6 <textarea cols="5" rows="3" placeholder="my placeholder"></textarea>
7 </body>
8 </html>