diff options
Diffstat (limited to '')
-rw-r--r-- | editor/reftests/nobogusnode-2.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editor/reftests/nobogusnode-2.html b/editor/reftests/nobogusnode-2.html new file mode 100644 index 0000000000..532e597403 --- /dev/null +++ b/editor/reftests/nobogusnode-2.html @@ -0,0 +1,5 @@ +<html xmlns="http://www.w3.org/1999/xhtml"> +<body contenteditable="true"> + This is a test. +</body> +</html> |