Skip to content

Commit

Permalink
towards passing tests - taking into account more tests that follow ru…
Browse files Browse the repository at this point in the history
…les a little less closely than core tests.
  • Loading branch information
SlexAxton committed Dec 5, 2012
1 parent 48c3bc6 commit 973cd57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/js/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (!(window.console && console.log)) {
window.TEST = {
// note some unique members of the Modernizr object
inputs : ['input','inputtypes', 'textarea'],
audvid : ['video','audio'],
audvid : ['video','audio', 'webgl'],
API : ['addTest', 'mq', 'hasEvent', 'testProp', 'testAllProps', 'testStyles', '_prefixes', '_domPrefixes', '_cssomPrefixes', 'prefixed'],
extraclass: ['js'],
privates : ['_enableHTML5','_version','_fontfaceready'],
Expand Down
2 changes: 1 addition & 1 deletion test/qunit/qunit.js
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ extend( QUnit, {
updateRate: 1000,
blocking: false,
autostart: true,
autorun: false,
autorun: true,
filter: "",
queue: [],
semaphore: 0
Expand Down

0 comments on commit 973cd57

Please sign in to comment.