Skip to content

Commit

Permalink
Make <xmp> and <listing> use HTMLPreElement as their primary interfac…
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky authored and arronei committed Jun 14, 2016
1 parent 33558a7 commit c19ee10
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion html/dom/interfaces.html
Original file line number Diff line number Diff line change
Expand Up @@ -3215,7 +3215,11 @@ <h1>HTML IDL tests</h1>
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")',
Expand Down

0 comments on commit c19ee10

Please sign in to comment.