diff options
Diffstat (limited to 'layout/reftests/text/control-chars-01-notref.html')
-rw-r--r-- | layout/reftests/text/control-chars-01-notref.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/text/control-chars-01-notref.html b/layout/reftests/text/control-chars-01-notref.html new file mode 100644 index 0000000000..3b7735d33b --- /dev/null +++ b/layout/reftests/text/control-chars-01-notref.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> |