Bug 1837620 - Part 6: Make edges for multiple shape guard weak too r=sfink
[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>