diff options
Diffstat (limited to 'tests/ref/overflow_simple_b.html')
-rw-r--r-- | tests/ref/overflow_simple_b.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/ref/overflow_simple_b.html b/tests/ref/overflow_simple_b.html new file mode 100644 index 00000000000..d899d1f950c --- /dev/null +++ b/tests/ref/overflow_simple_b.html @@ -0,0 +1,15 @@ +<html> + <head> + <style> + #first { + height: 100px; + width: 100px; + background: green; + } + </style> + </head> + <body> + <div id="first"> + </div> + </body> +</html> |