mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Update web-platform-tests to revision 20fa4a3a71ab7a2f75b4febbe2e98aeeaf022c2b
This commit is contained in:
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user