no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / css-placeholder / css-restrictions-ref.html
bloba09df21e12df38c2e404a4c7a8b87b7ce65c59ee
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <input placeholder='foo'>
5 <textarea placeholder='foo'></textarea>
6 <input placeholder='this is a quitelongetextforasmallelement'>
7 <textarea placeholder='this is a quitelongetextforasmallelement'></textarea>
8 </body>
9 </html>