Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
small test setup tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Sep 27, 2013
1 parent a89ae7c commit 0892107
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions test/js/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,18 @@ htmlSuite('loader and build', function() {
htmlSuite('integration', function() {
htmlTest('html/web-components.html');
htmlTest('html/smoke.html');
htmlTest('html/smoke.html?shadow=polyfill');
//htmlTest('html/strawkit.html');
//htmlTest('html/strawkit.html?shadow=polyfill');
htmlTest('html/smoke.html?shadow&register');
htmlTest('html/mdv-shadow.html');
//htmlTest('html/html-import-sandbox.html');
htmlTest('html/template-repeat-wrappers.html');
});

htmlSuite('styling', function() {
htmlTest('html/styling/host.html');
htmlTest('html/styling/host.html?shadow');
htmlTest('html/styling/host.html?shadow&register');
htmlTest('html/styling/pseudo-scoping.html');
htmlTest('html/styling/pseudo-scoping.html?shadow');
htmlTest('html/styling/pseudo-scoping.html?shadow&register');
htmlTest('html/styling/pseudos.html');
htmlTest('html/styling/pseudos.html?shadow');
htmlTest('html/styling/pseudos.html?shadow&register');
htmlTest('html/styling/polyfill-directive.html');
htmlTest('html/styling/polyfill-rule.html');
});
Expand Down

0 comments on commit 0892107

Please sign in to comment.