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