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

@@ -8,7 +8,7 @@
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
*/
htmlSuite('HTMLBodyElement', function() {
suite('HTMLBodyElement', function() {
var wrap = ShadowDOMPolyfill.wrap;
@@ -124,8 +124,4 @@ htmlSuite('HTMLBodyElement', function() {
test('constructor', function() {
assert.equal(HTMLBodyElement, document.createElement('body').constructor);
});
htmlTest('../html/document-body-inner-html.html');
htmlTest('../html/document-body-shadow-root.html');
});