diff options
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/iframe.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/data/iframe.html b/test/data/iframe.html new file mode 100644 index 000000000..3ff26e161 --- /dev/null +++ b/test/data/iframe.html @@ -0,0 +1,8 @@ +<html> + <head> + <title>iframe</title> + </head> + <body> + <div><span>span text</span></div> + </body> +</html> |