diff options
Diffstat (limited to 'ManualTests/resources/simple-iframe.html')
-rw-r--r-- | ManualTests/resources/simple-iframe.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ManualTests/resources/simple-iframe.html b/ManualTests/resources/simple-iframe.html new file mode 100644 index 000000000..d31caf43b --- /dev/null +++ b/ManualTests/resources/simple-iframe.html @@ -0,0 +1,5 @@ +<html> +<body> + <div style="width:600; height:1000; background-color:purple;"></div> +</body> +</html> |