diff options
author | Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com> | 2012-03-23 11:31:53 -0400 |
---|---|---|
committer | Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com> | 2012-03-23 11:54:12 -0400 |
commit | 2795a8390c1986200bf4e00158dbf3ad2da8d898 (patch) | |
tree | 504b8ae0bb77a02338d87de0b0341e83fb2f3e88 /test/index.html | |
parent | 379a1370164ff6b0fc57e3b10e1867ae867e2850 (diff) | |
download | jquery-2795a8390c1986200bf4e00158dbf3ad2da8d898.tar.gz jquery-2795a8390c1986200bf4e00158dbf3ad2da8d898.zip |
Ensure innerHTML of src/dest clone nodes is correctly set. Fixes #10324
Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/index.html b/test/index.html index c1320ccad..fa52c0468 100644 --- a/test/index.html +++ b/test/index.html @@ -135,6 +135,7 @@ <param name="p1" value="x1" /> <param name="p2" value="x2" /> </object> + <object id="object2"><param name="test" value="test"></param></object> <span id="台北Táiběi"></span> <span id="台北" lang="中文"></span> |