mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
8 lines
258 B
HTML
8 lines
258 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!-- Test placeholder behavior when textarea is too small -->
|
|
<link rel='stylesheet' type='text/css' href='placeholder-style.css'>
|
|
<body>
|
|
<textarea cols="5" rows="3" placeholder="my placeholder"></textarea>
|
|
</body>
|
|
</html>
|