mirror of
https://github.com/servo/servo.git
synced 2025-08-14 18:05:36 +01:00
Update web-platform-tests to revision 87398b8448f699e3e324148795891658f2fa16dd
This commit is contained in:
parent
836463b9e0
commit
3fb5197361
72 changed files with 1293 additions and 348 deletions
|
@ -3332,7 +3332,7 @@ window.onload = function() {
|
|||
HTMLSelectElement: ['document.createElement("select")'],
|
||||
HTMLDataListElement: ['document.createElement("datalist")'],
|
||||
HTMLOptGroupElement: ['document.createElement("optgroup")'],
|
||||
HTMLOptionElement: ['document.createElement("option")'],
|
||||
HTMLOptionElement: ['document.createElement("option")', 'new Option()'],
|
||||
HTMLTextAreaElement: ['document.createElement("textarea")'],
|
||||
HTMLKeygenElement: ['document.createElement("keygen")'],
|
||||
HTMLOutputElement: ['document.createElement("output")'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue