diff options
author | Richard D. Worth <rdworth@gmail.com> | 2012-04-26 14:37:52 -0400 |
---|---|---|
committer | Richard D. Worth <rdworth@gmail.com> | 2012-04-26 14:37:52 -0400 |
commit | 24d06bfc4de591a3410873975a7813234a84712c (patch) | |
tree | 008e086a8aa50533f57391cd3b2d3039a5bca9df /tests | |
parent | 9938e999645e87b7abc9da072f98c290212c9e19 (diff) | |
download | jquery-ui-24d06bfc4de591a3410873975a7813234a84712c.tar.gz jquery-ui-24d06bfc4de591a3410873975a7813234a84712c.zip |
Partial revert to fix IE6 regression in 258a637
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/core/core.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/core/core.html b/tests/unit/core/core.html index 09b024835..91595f4e1 100644 --- a/tests/unit/core/core.html +++ b/tests/unit/core/core.html @@ -61,7 +61,7 @@ <option>option</option> </select> <textarea id="visibleAncestor-textarea">x</textarea> - <object id="visibleAncestor-object" data="about:blank" type="text/html">xxx</object> + <object id="visibleAncestor-object" codebase="about:blank" data="about:blank" type="text/html">xxx</object> <a href="#" id="visibleAncestor-anchorWithHref">anchor</a> <a id="visibleAncestor-anchorWithoutHref">anchor</a> <span id="visibleAncestor-span">x</span> |