diff options
Diffstat (limited to 'layout/reftests/text/control-chars-01a.html')
-rw-r--r-- | layout/reftests/text/control-chars-01a.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/text/control-chars-01a.html b/layout/reftests/text/control-chars-01a.html new file mode 100644 index 0000000000..1dbd34ba66 --- /dev/null +++ b/layout/reftests/text/control-chars-01a.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="utf-8"> +</head> +<body> +<textarea style="-moz-appearance:none; width:300px; height:300px;"> +foobar +</textarea> +</body> +</html> |