almost everything works!

This commit is contained in:
Daniel Freedman
2015-10-19 15:08:51 -07:00
parent ce326086d0
commit 3d56bb676c
41 changed files with 316 additions and 373 deletions

View File

@@ -12,17 +12,17 @@
<head>
<title></title>
<meta charset="UTF-8">
<script src="../../tools/chai/chai.js"></script>
<script src="../../tools/htmltest.js"></script>
<script src="../../../../web-component-tester/browser.js"></script>
<!-- force ShadowDOM polyfill -->
<script src="../../../webcomponents.js" shadow></script>
</head>
<body>
<script>
test('force poly', function() {
chai.assert(window.WebComponents, 'WebComponents scope missing');
chai.assert.equal(WebComponents.flags.shadow, true, 'improper "shadow" flag');
chai.assert(window.ShadowDOMPolyfill, 'ShadowDOMPolyfill missing');
done();
});
</script>
</body>
</html>