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

Commit

Permalink
remove no longer relevant tests (moved to polymer-dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Aug 4, 2014
1 parent 19bf7c1 commit 19957cd
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 304 deletions.
41 changes: 0 additions & 41 deletions test/html/loader-deduplicate.html

This file was deleted.

48 changes: 0 additions & 48 deletions test/html/styling/imports/ce-style-import.html

This file was deleted.

87 changes: 0 additions & 87 deletions test/html/styling/recursive-style-import.html

This file was deleted.

2 changes: 1 addition & 1 deletion test/html/styling/register.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
n = names[i];
var template = templateForName(n);
if (template) {
this.createShadowRoot().appendChild(template.content.cloneNode(true));
this.createShadowRoot().appendChild(document.importNode(template.content, true));
}
}
}
Expand Down
3 changes: 0 additions & 3 deletions test/html/styling/rules/coloring/border.css

This file was deleted.

5 changes: 0 additions & 5 deletions test/html/styling/rules/coloring/colors.css

This file was deleted.

3 changes: 0 additions & 3 deletions test/html/styling/rules/coloring/foreground.css

This file was deleted.

1 change: 0 additions & 1 deletion test/html/styling/rules/colors.css

This file was deleted.

1 change: 0 additions & 1 deletion test/html/styling/rules/sizing.css

This file was deleted.

3 changes: 0 additions & 3 deletions test/html/styling/rules/sizing/height.css

This file was deleted.

2 changes: 0 additions & 2 deletions test/html/styling/rules/sizing/hw.css

This file was deleted.

3 changes: 0 additions & 3 deletions test/html/styling/rules/sizing/width.css

This file was deleted.

1 change: 0 additions & 1 deletion test/html/styling/rules/translation.css

This file was deleted.

4 changes: 0 additions & 4 deletions test/html/styling/rules/translations/2d.css

This file was deleted.

51 changes: 0 additions & 51 deletions test/html/styling/style-import-shim.html

This file was deleted.

36 changes: 0 additions & 36 deletions test/html/url.html

This file was deleted.

21 changes: 7 additions & 14 deletions test/js/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,41 +10,34 @@
htmlSuite('loader and build', function() {
htmlTest('html/dev-loader.html');
htmlTest('html/dev-loader-swizzled.html');
// htmlTest('html/production-loader.html');
htmlTest('html/loader-forcepoly.html');
});

htmlSuite('integration', function() {
htmlTest('html/web-components.html');
htmlTest('html/smoke.html');
htmlTest('html/smoke.html?shadow&register');
htmlTest('html/smoke.html?shadow');
htmlTest('html/ce-import.html');
htmlTest('html/ce-import.html?shadow');
htmlTest('html/ce-upgrade-order.html');
});

htmlSuite('URL Loader', function() {
htmlTest('html/url.html');
htmlTest('html/loader-deduplicate.html');
});

htmlSuite('styling', function() {
htmlTest('html/styling/pseudo-scoping.html');
htmlTest('html/styling/pseudo-scoping.html?shadow&register');
htmlTest('html/styling/pseudo-scoping.html?shadow');
htmlTest('html/styling/pseudo-scoping-strict.html');
htmlTest('html/styling/pseudo-scoping-strict.html?shadow&register');
htmlTest('html/styling/pseudo-scoping-strict.html?shadow');
htmlTest('html/styling/polyfill-directive.html');
htmlTest('html/styling/polyfill-rule.html');
htmlTest('html/styling/colon-host.html');
htmlTest('html/styling/colon-host.html?shadow&register');
htmlTest('html/styling/combinators.html?shadow&register');
htmlTest('html/styling/colon-host.html?shadow');
htmlTest('html/styling/combinators.html?shadow');
htmlTest('html/styling/combinators-shadow.html');
htmlTest('html/styling/combinators-shadow.html?shadow&register');
htmlTest('html/styling/combinators-shadow.html?shadow');
htmlTest('html/styling/before-content.html');
htmlTest('html/styling/before-content.html?shadow&register');
htmlTest('html/styling/before-content.html?shadow');
htmlTest('html/styling/before-content.html');
htmlTest('html/styling/style-import.html');
htmlTest('html/styling/recursive-style-import.html');
});

htmlSuite('Library Cooperation', function() {
Expand Down

0 comments on commit 19957cd

Please sign in to comment.