Update web-platform-tests to revision 20fa4a3a71ab7a2f75b4febbe2e98aeeaf022c2b

This commit is contained in:
Ms2ger
2016-04-19 18:39:55 +02:00
parent 3d4416e1b0
commit df8998356b
110 changed files with 1562 additions and 7048 deletions

View File

@@ -37,7 +37,7 @@ test(unit(function (ctx) {
d.body.appendChild(host);
//Shadow root to play with
var s = host.createShadowRoot();
var s = host.attachShadow({mode: 'open'});
var div1 = d.createElement('div');
div1.innerHTML ='<span id="shd" class="invis">This is the shadow tree</span>';
@@ -67,7 +67,7 @@ test(unit(function (ctx) {
d.body.appendChild(host);
//Shadow root to play with
var s = host.createShadowRoot();
var s = host.attachShadow({mode: 'open'});
var div1 = d.createElement('div');
div1.innerHTML ='<span id="shd" class="invis">This is the shadow tree</span>';