Bug 14551 - stray param elements are dropped during parsing
Summary: stray param elements are dropped during parsing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 523.x (Safari 3)
Hardware: All All
: P4 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-07 09:50 PDT by Michael A. Puls II
Modified: 2010-09-21 13:53 PDT (History)
5 users (show)

See Also:


Attachments
TC (467 bytes, text/html)
2007-07-07 09:52 PDT, Michael A. Puls II
no flags Details
Patch (1.76 KB, patch)
2010-09-21 03:38 PDT, Adam Barth
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.