diff options
Diffstat (limited to 'tests/ref/iframe/overflow_ref.html')
-rw-r--r-- | tests/ref/iframe/overflow_ref.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ref/iframe/overflow_ref.html b/tests/ref/iframe/overflow_ref.html new file mode 100644 index 00000000000..97aad733fa8 --- /dev/null +++ b/tests/ref/iframe/overflow_ref.html @@ -0,0 +1,6 @@ +<html> + <body style="margin: 16px;"> + <div style="background: green; width: 100px; height: 100px;"></div> + </div> +</body> +</html> |