diff options
author | John Resig <jeresig@gmail.com> | 2007-03-24 02:03:47 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2007-03-24 02:03:47 +0000 |
commit | 0f7c89cd97de6ca644a834a119dda1e057fd724e (patch) | |
tree | a9d437fb86e7a70eaf20e94306a6335413c2885e /build | |
parent | 7ad613c5e9aaf79666c5de39ebfafad5c46e13b9 (diff) | |
download | jquery-0f7c89cd97de6ca644a834a119dda1e057fd724e.tar.gz jquery-0f7c89cd97de6ca644a834a119dda1e057fd724e.zip |
Added a fix and test for bug #978 (Appending elements into an IFrame, in IE).
Diffstat (limited to 'build')
-rw-r--r-- | build/test/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/test/index.html b/build/test/index.html index 1a00fd78a..04255705f 100644 --- a/build/test/index.html +++ b/build/test/index.html @@ -79,6 +79,7 @@ </object> </form> <b id="floatTest">Float test.</b> + <iframe id="iframe"></iframe> </div> </dl> |