repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
GPU workaround to simulate Out of Memory errors with large textures
[chromium-blink-merge.git]
/
content
/
test
/
data
/
accessibility
/
html
/
textarea.html
blob
eee3569de12b904756b47bd59a82d883d752f092
1
<!--
2
@MAC-ALLOW:AXRole*
3
-->
4
<!DOCTYPE
html
>
5
<html>
6
<body>
7
8
<textarea
rows
=
"4"
cols
=
"50"
>
9
The textarea tag defines a multi-line text input control.
10
</textarea>
11
12
</body>
13
</html>
14