Bug 1942006 - Upstream a variety of Servo-specific code from Servo's downstream fork...
[gecko.git] / layout / reftests / forms / placeholder / placeholder-overflow-textarea-ref.html
blob559945a50f68e39ebe30c6248d901e15cdfb7408
1 <!DOCTYPE html>
2 <html>
3 <!--
4 This test 'emulate' the placeholder by setting a style
5 to the value of a textarea.
6 This test may break if placeholder default style is changed.
7 -->
8 <link rel='stylesheet' type='text/css' href='placeholder-style.css'>
10 <body>
11 <textarea class="placeholder" cols="5" rows="3">my placeholder</textarea>
12 </body>
13 </html>