diff options
Diffstat (limited to 'tests/ref/iframe/overflow.html')
-rw-r--r-- | tests/ref/iframe/overflow.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ref/iframe/overflow.html b/tests/ref/iframe/overflow.html new file mode 100644 index 00000000000..64456f1b418 --- /dev/null +++ b/tests/ref/iframe/overflow.html @@ -0,0 +1,8 @@ +<html> + <body> + <iframe src="data:text/html,%3Cdiv%20style%3D%22background%3Agreen%3B%20width%3A%20200px%3B%20height%3A%20200px%3B%22%3E%3C%2Fdiv%3E" + style="display: block; width: 108px; height: 108px;"> + </iframe> + </div> +</body> +</html> |