mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision 697b971060b2d475a73c1c3755232a4674d61cf5
This commit is contained in:
parent
f60598909a
commit
b97474fbba
236 changed files with 4817 additions and 893 deletions
|
@ -3215,7 +3215,11 @@ window.onload = function() {
|
|||
HTMLHeadingElement: ['document.createElement("h1")'],
|
||||
HTMLParagraphElement: ['document.createElement("p")'],
|
||||
HTMLHRElement: ['document.createElement("hr")'],
|
||||
HTMLPreElement: ['document.createElement("pre")'],
|
||||
HTMLPreElement: [
|
||||
'document.createElement("pre")',
|
||||
'document.createElement("listing")',
|
||||
'document.createElement("xmp")',
|
||||
],
|
||||
HTMLQuoteElement: [
|
||||
'document.createElement("blockquote")',
|
||||
'document.createElement("q")',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue