Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix acme bug with attribute selectors in IE10 quirks mode. Although I…
…E10 is working now, there's still a lot of has("ie") browser sniffing in acme.js that would be nice to get rid of, because it's probably doing stuff that IE10 doesn't need. Restored the quirks mode query tests removed in [30019]. This essentially makes two copies of query.html; the alternative is to use dijit/tests/_loadTest.js, but that's in dijit rather than core. Also, not running the quirks mode tests from the test runner (i.e. from dojo/tests/query.js) due to the IE9+ problem where the iframe is in quirks mode but the parent is standards mode. Fixes #16418 on trunk !strict. git-svn-id: http://svn.dojotoolkit.org/src/dojo/trunk@30105 560b804f-0ae3-0310-86f3-f6aa0a117693
- Loading branch information