We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af9492 commit 3ac20f5Copy full SHA for 3ac20f5
test-fixture.html
@@ -52,7 +52,7 @@
52
var fixturedElement;
53
54
if (!(fixtureTemplate &&
55
- fixtureTemplate instanceof HTMLTemplateElement)) {
+ fixtureTemplate.tagName === 'TEMPLATE')) {
56
return;
57
}
58
test/test-fixture.html
@@ -67,6 +67,7 @@
67
});
68
69
it('clones all template fragments within itself', function () {
70
+ expect(el).to.be.ok;
71
expect(document.getElementById('Foo')).to.be.ok;
72
73
0 commit comments