Files
webcomponentsjs/tests/ShadowCSS/runner.html
Daniel Freedman 68dc6df4af Dedupe CustomEvent and Event shim constructor
Moved to WebComponents/dom.js
Load dom.js for CE and HTMLImports polyfills
Add tests for functions in dom.js

General Test cleanup
- Remove old tests.js files
- Replace broken `?wc-shadow` for `?shadow=native`
2015-11-05 12:52:35 -08:00

36 lines
1.3 KiB
HTML

<!doctype html>
<!--
@license
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<title>ShadowCSS Tests</title>
<meta charset="utf-8">
<script src="../../../web-component-tester/browser.js"></script>
<script>
WCT.loadSuites([
'html/pseudo-scoping.html',
'html/pseudo-scoping.html?shadow=native',
'html/pseudo-scoping-strict.html',
'html/pseudo-scoping-strict.html?shadow=native',
'html/polyfill-directive.html',
'html/polyfill-rule.html',
'html/colon-host.html',
'html/colon-host.html?shadow=native',
'html/combinators.html?shadow=native',
'html/combinators-shadow.html',
'html/combinators-shadow.html?shadow=native',
// 'html/compressed.html',
'html/before-content.html',
'html/before-content.html?shadow=native',
'html/style-import.html',
// 'html/style-import-base-tag.html',
'html/css-animation.html'
]);
</script>