Bug 14551

Summary: stray param elements are dropped during parsing
Product: WebKit Reporter: Michael A. Puls II <shadow2531>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, ap, commit-queue, eric, webkit.review.bot
Priority: P4    
Version: 523.x (Safari 3)   
Hardware: All   
OS: All   
Attachments:
Description Flags
TC
none
Patch none

Description Michael A. Puls II 2007-07-07 09:50:42 PDT
<body><param></body>

The param does not make it to the DOM because it's not inside an OBJECT.  IE, Firefox and Opera do not drop it.
Comment 1 Michael A. Puls II 2007-07-07 09:52:09 PDT
Created attachment 15434 [details]
TC

Opera, IE and Firefox all pass.
Comment 2 Alexey Proskuryakov 2007-07-07 10:06:29 PDT
Confirmed with r24064 and with html5lib.
Comment 3 Alexey Proskuryakov 2007-07-07 10:07:04 PDT
(I mean, html5lib matches Firefox).
Comment 4 Adam Barth 2010-09-21 03:11:20 PDT
Fixed by the HTML5 parser.  Converting to LayoutTest.
Comment 5 Adam Barth 2010-09-21 03:38:29 PDT
Created attachment 68207 [details]
Patch
Comment 6 WebKit Commit Bot 2010-09-21 12:47:41 PDT
Comment on attachment 68207 [details]
Patch

Clearing flags on attachment: 68207

Committed r67976: <http://trac.webkit.org/changeset/67976>
Comment 7 WebKit Commit Bot 2010-09-21 12:47:46 PDT
All reviewed patches have been landed.  Closing bug.