mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
9 lines
253 B
HTML
9 lines
253 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!-- Test placeholder behavior when input is too small -->
|
|
<link rel='stylesheet' type='text/css' href='placeholder-style.css'>
|
|
<body>
|
|
<input type="text" size="5" value="" placeholder="my placeholder">
|
|
</body>
|
|
</html>
|