mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
14 lines
369 B
HTML
14 lines
369 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" cols="5" rows="3">my placeholder</textarea>
|
|
</body>
|
|
</html>
|