mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Update web-platform-tests to revision 4adce83d1f2b08fa2e92427c4687d0cf535aee53
This commit is contained in:
parent
d3763452b5
commit
3e4ec1724a
102 changed files with 3019 additions and 1309 deletions
|
@ -37,7 +37,7 @@ const waitForLoad = new Promise(resolve => { addEventListener('load', resolve);
|
|||
|
||||
idl_test(
|
||||
['html'],
|
||||
['SVG', 'cssom', 'touch-events', 'uievents', 'dom'],
|
||||
['SVG', 'cssom', 'touch-events', 'uievents', 'dom', 'xhr'],
|
||||
async idlArray => {
|
||||
idlArray.add_objects({
|
||||
NodeList: ['document.getElementsByName("name")'],
|
||||
|
@ -174,6 +174,7 @@ idl_test(
|
|||
HTMLProgressElement: ['document.createElement("progress")'],
|
||||
HTMLMeterElement: ['document.createElement("meter")'],
|
||||
ValidityState: ['document.createElement("input").validity'],
|
||||
FormDataEvent: ['new FormDataEvent("formdata", { formData: new FormData() })'],
|
||||
HTMLDetailsElement: ['document.createElement("details")'],
|
||||
HTMLMenuElement: ['document.createElement("menu")'],
|
||||
Window: ['window'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue