mirror of
https://github.com/servo/servo.git
synced 2025-08-29 09:08:20 +01:00
Update web-platform-tests to revision 5dbe45af3ad3a933c03187c72f1c12cbe2877703
This commit is contained in:
parent
6c0eb115f4
commit
9aa1b1e408
129 changed files with 2604 additions and 290 deletions
|
@ -48,20 +48,20 @@
|
|||
function () {
|
||||
checkRecords(document, sequence,
|
||||
[{type: "childList",
|
||||
addedNodes: function () {
|
||||
return [ document.getElementById("inserted_script") ];
|
||||
},
|
||||
target: function () {
|
||||
return document.getElementById("n00");
|
||||
}},
|
||||
{type: "childList",
|
||||
addedNodes: function () {
|
||||
return [ document.getElementById("inserted_element") ];
|
||||
},
|
||||
previousSibling: function () {
|
||||
return document.getElementById("s002");
|
||||
},
|
||||
target: document.body},
|
||||
{type: "childList",
|
||||
addedNodes: function () {
|
||||
return [ document.getElementById("inserted_script") ];
|
||||
},
|
||||
target: function () {
|
||||
return document.getElementById("n00");
|
||||
}}
|
||||
target: document.body}
|
||||
]);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue