diff options
Diffstat (limited to 'editor/reftests/672709.html')
-rw-r--r-- | editor/reftests/672709.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editor/reftests/672709.html b/editor/reftests/672709.html new file mode 100644 index 0000000000..d42c54b0c4 --- /dev/null +++ b/editor/reftests/672709.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> + <body> + <style> + body { color: green; } + </style> + <div> + <p>test</p> + </div> + more test + </body> +</html> |