diff options
author | Rick Waldron <waldron.rick@gmail.com> | 2011-08-05 10:02:33 -0400 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2011-08-05 10:02:33 -0400 |
commit | 13647e94e0141757a17c8445d398b64e70393b5c (patch) | |
tree | 6a864ab15c4b9de6bd42f63ce34df1815454f680 /test/index.html | |
parent | e18cad6f88c7b3151722d5b58616badbea75ddf6 (diff) | |
download | jquery-13647e94e0141757a17c8445d398b64e70393b5c.tar.gz jquery-13647e94e0141757a17c8445d398b64e70393b5c.zip |
Fixes assertion counts and dom element fixture issue
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/index.html b/test/index.html index a001e7435..4bbef54cd 100644 --- a/test/index.html +++ b/test/index.html @@ -229,6 +229,7 @@ Z</textarea> <div id="t6652"> <div></div> </div> + <div id="no-clone-exception"><object><embed></embed></object></div> </div> <div id="tabindex-tests"> @@ -284,8 +285,6 @@ Z</textarea> </div> <div id="fx-tests"></div> - - <div id="no-clone-exception"><object><embed></embed></object></div> </div> </body> </html> |