summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/control-chars-01c.html
blob: 28504d4f4303b36eafc28196fa23addc36850808 (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&#x7f;bar
</textarea>
</body>
</html>