aboutsummaryrefslogtreecommitdiffstats
path: root/test/fixtures
diff options
context:
space:
mode:
authorCaitlin Potter2014-02-18 15:16:38 -0500
committerCaitlin Potter2014-02-18 18:43:59 -0500
commit05fbed5710b702c111c1425a9e241c40d13b0a54 (patch)
tree35b140ec5fb4cee2a5dfe069d535ea6311281117 /test/fixtures
parent21dac2a3daae528471d5e767072b10e1491f2106 (diff)
downloadangular.js-05fbed5710b702c111c1425a9e241c40d13b0a54.tar.bz2
fix(jqLite): make jqLite('<iframe src="someurl">').contents() return iframe document, as in jQuery
This is a very tiny change to make behaviour consistent with jQuery. Closes #6320 Closes #6323
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/iframe.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/fixtures/iframe.html b/test/fixtures/iframe.html
new file mode 100644
index 00000000..7b37d91d
--- /dev/null
+++ b/test/fixtures/iframe.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Iframe Test</title>
+ </head>
+ <body>
+ <span>Text</span>
+ </body>
+</html>