diff options
Diffstat (limited to 'editor/reftests/newline-1.html')
-rw-r--r-- | editor/reftests/newline-1.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/editor/reftests/newline-1.html b/editor/reftests/newline-1.html new file mode 100644 index 0000000000..5a7ce8c195 --- /dev/null +++ b/editor/reftests/newline-1.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<html> +<body> + <input type="text" value="aaa bbb"> +</body> +</html> |