mirror of
https://github.com/servo/servo.git
synced 2025-08-23 14:25:33 +01:00
Update web-platform-tests to revision 4a5223502fa660ce03e470af6a61c8bc26c5a8ee
This commit is contained in:
parent
c5f7c9ccf3
commit
e891345f26
1328 changed files with 36632 additions and 20588 deletions
|
@ -0,0 +1,2 @@
|
|||
@scottlow
|
||||
@szager-chromium
|
|
@ -23,7 +23,7 @@ var target;
|
|||
runTestCycle(function() {
|
||||
var shadowHost = document.getElementById("host");
|
||||
assert_true(!!shadowHost, "Host exists");
|
||||
var shadowRoot = shadowHost.createShadowRoot();
|
||||
var shadowRoot = shadowHost.attachShadow({ mode: "open" });
|
||||
assert_true(!!shadowRoot, "Shadow root exists");
|
||||
shadowRoot.innerHTML = "<div id='target' style='width: 100px; height: 100px; background-color: green;'></div>";
|
||||
target = shadowRoot.getElementById("target");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue