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