Bug 18124 - Unclosed noscript element prevents Webkit from rendering a page
Summary: Unclosed noscript element prevents Webkit from rendering a page
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Adam Barth
URL: http://www.spa.asso.fr/
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2008-03-26 14:40 PDT by Bertrand Presles
Modified: 2022-08-09 10:21 PDT (History)
8 users (show)

See Also:


Attachments
test case (88 bytes, text/html)
2008-03-26 16:23 PDT, Robert Blaut
no flags Details
Safari 15.6 matches with other browsers (483.92 KB, image/png)
2022-08-09 10:10 PDT, Ahmad Saleem
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bertrand Presles 2008-03-26 14:40:36 PDT
This website doesn't display at all in Safari (even with latest Webkit
nightly).

I don't know if it's for the similar reasons than the bug #15136
Comment 1 Robert Blaut 2008-03-26 16:22:30 PDT
This specific code:

<noscript><noscript></noscript>This text is visible in Opera and Firefox

make problem in Webkit only.
Comment 2 Robert Blaut 2008-03-26 16:23:34 PDT
Created attachment 20102 [details]
test case
Comment 3 Alexey Proskuryakov 2012-02-03 17:26:38 PST
This works now. Should a regression test be landed for this, or do html5 tests cover it already?
Comment 4 Adam Barth 2012-02-03 17:51:05 PST
We might as well add a test.  It's easy to test.
Comment 5 Ahmad Saleem 2022-08-09 10:10:26 PDT
Created attachment 461507 [details]
Safari 15.6 matches with other browsers

I am unable to reproduce this bug in Safari 15.6 and it matches with all other browsers as can be seen from attached screenshots.

As for test cases, I was not able to find unclosed script tag on WPT. I might be wrong and need some help to find the exact.

gsnedders@apple.com - Any help?
Comment 6 Ryosuke Niwa 2022-08-09 10:21:35 PDT
This seems config changed to me.