diff options
Diffstat (limited to 'layout/reftests/reftest-sanity/div.html')
-rw-r--r-- | layout/reftests/reftest-sanity/div.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/reftest-sanity/div.html b/layout/reftests/reftest-sanity/div.html new file mode 100644 index 000000000..f1bcffaf1 --- /dev/null +++ b/layout/reftests/reftest-sanity/div.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<html> + <body> + <div>aaa</div> + <div>bbb</div> + </body> +</html> + |