diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-04-30 14:57:00 +0200 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-04-30 14:58:03 +0200 |
commit | f9e61eb61799faad3b215ed766f51bf79ef9b69f (patch) | |
tree | 596626cb105c7f425ff083d87f9ee82ba167118b /tests/unit/core/core.html | |
parent | fc3fc6ec2e9d8cf245c67e90668c1b1ee83f6d24 (diff) | |
download | jquery-ui-f9e61eb61799faad3b215ed766f51bf79ef9b69f.tar.gz jquery-ui-f9e61eb61799faad3b215ed766f51bf79ef9b69f.zip |
Fully revert breaking changes to core unit tests markup (htmllint ignores it now anyway).
Also update grunt.js: Simplify default task to finish that faster (also less console spam), remove beta from testswarm browserset, we don't need to test IE10 yet.
Diffstat (limited to 'tests/unit/core/core.html')
-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 91595f4e1..e259f3270 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" codebase="about:blank" data="about:blank" type="text/html">xxx</object> + <object id="visibleAncestor-object" codebase="about:blank">xxx</object> <a href="#" id="visibleAncestor-anchorWithHref">anchor</a> <a id="visibleAncestor-anchorWithoutHref">anchor</a> <span id="visibleAncestor-span">x</span> |