tenfourfox/layout/reftests/css-placeholder/css-restrictions-ref.html

10 lines
272 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<body>
<input placeholder='foo'>
<textarea placeholder='foo'></textarea>
<input placeholder='this is a quitelongetextforasmallelement'>
<textarea placeholder='this is a quitelongetextforasmallelement'></textarea>
</body>
</html>