Bug 243976
| Summary: | HTML parser should ignore head start tags in "in head noscript" state | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Cameron McCormack (:heycam) <heycam> |
| Component: | DOM | Assignee: | Cameron McCormack (:heycam) <heycam> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Cameron McCormack (:heycam)
When a <head> start tag is parsed while in the "in head noscript" state (i.e., the parser has the "scripting flag" set to false, and we're inside the <head>), then the tag should be ignored. But there's a typo, which results in us implying a closing </noscript> tag.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Cameron McCormack (:heycam)
Pull request: https://github.com/WebKit/WebKit/pull/3347
EWS
Committed 253489@main (174fe130c083): <https://commits.webkit.org/253489@main>
Reviewed commits have been landed. Closing PR #3347 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/98751308>
Cameron McCormack (:heycam)
Test upstreamed: https://github.com/WebKit/WebKit/pull/3347