aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
diff options
context:
space:
mode:
authorDavid Serduke <davidserduke@gmail.com>2007-12-05 00:26:13 +0000
committerDavid Serduke <davidserduke@gmail.com>2007-12-05 00:26:13 +0000
commit74a132d944886379456d562990c8fb217ab332e3 (patch)
tree1459a738c7a6303c3a4ebbe88a2a5dbf92268d25 /test/data
parentc424e79ccb3695c6ff599e77bec867c6644ccc98 (diff)
downloadjquery-74a132d944886379456d562990c8fb217ab332e3.tar.gz
jquery-74a132d944886379456d562990c8fb217ab332e3.zip
Fixed #1264. If you read the bug there were many proposed changes. As it turned out most of them had already been implemented. The last ones necessary were in .domManip() with when a <table> was 'this' and for .text(). Adding these last changes seems to make dom and text manipulation in IE frames possible. Unit test cases were added as well.
In addition "submit.gif" was removed from the test suite index.html since it didn't exist.
Diffstat (limited to 'test/data')
-rw-r--r--test/data/iframe.html8
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>