7 lines
285 B
HTML
7 lines
285 B
HTML
<!DOCTYPE html>
|
|
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
|
|
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1295976">
|
|
<style>
|
|
::placeholder { columns:100; }
|
|
</style>
|
|
<textarea placeholder="a b c d e f g"></textarea>
|