diff options
Diffstat (limited to 'editor/reftests/nobogusnode-1.html')
-rw-r--r-- | editor/reftests/nobogusnode-1.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/editor/reftests/nobogusnode-1.html b/editor/reftests/nobogusnode-1.html new file mode 100644 index 000000000..450d6b1e5 --- /dev/null +++ b/editor/reftests/nobogusnode-1.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<html> +<body contenteditable> + This is a test. +</body> +</html> |