tenfourfox/layout/reftests/forms/placeholder/placeholder-visible-textarea-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

14 lines
351 B
HTML

<!DOCTYPE html>
<html>
<!--
This test 'emulate' the placeholder by setting a style
to the value of a textarea.
This test may break if placeholder default style is changed.
-->
<link rel='stylesheet' type='text/css' href='placeholder-style.css'>
<body>
<textarea class="placeholder">my placeholder</textarea>
</body>
</html>