diff options
author | rwldrn <waldron.rick@gmail.com> | 2011-06-15 11:14:52 -0400 |
---|---|---|
committer | rwldrn <waldron.rick@gmail.com> | 2011-06-15 11:14:52 -0400 |
commit | 5c3b9e0c24dbb31245e9266dcd20fface92747eb (patch) | |
tree | e30cee1796f71003d84cb64f93f1027a34a95ad0 /test/index.html | |
parent | d59b0f3e27827d189b8b2595142ec6bbc3941dd9 (diff) | |
download | jquery-5c3b9e0c24dbb31245e9266dcd20fface92747eb.tar.gz jquery-5c3b9e0c24dbb31245e9266dcd20fface92747eb.zip |
jQuery.clone() check that destination child nodes are not null. Fixes #9587
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/index.html b/test/index.html index 4b4c98552..f3f235e09 100644 --- a/test/index.html +++ b/test/index.html @@ -281,6 +281,8 @@ Z</textarea> </div> <div id="fx-tests"></div> + + <div id="no-clone-exception"><object><embed></embed></object></div> </div> </body> </html> |