summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/control-chars-01a.html
blob: 1dbd34ba666ac2419ef0b2a2b31aaedc153cc647 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<textarea style="-moz-appearance:none; width:300px; height:300px;">
foo&#x01;bar
</textarea>
</body>
</html>