Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
chrome
/
test
/
data
/
compose
/
compose_happy_path.html
blob: fd97a1cc5ce40898a16b43da8187b538565f4a8e [
file
] [
log
] [
blame
]
<html>
<head>
<meta
name
=
"viewport"
content
=
"width=device-width,minimum-scale=1"
></meta>
</head>
<body>
<textarea
id
=
"elem1"
rows
=
"4"
style
=
"
font-family
:
monospace
;
width
:
50ch
"
>
A test page with a pre-filled textarea.
</textarea>
</body>
</html>