VERIFIED FIXED 7265
REGRESSION: noscript, noframes, nolayer, noembed tags insert break inside paragraph tag
https://bugs.webkit.org/show_bug.cgi?id=7265
Summary REGRESSION: noscript, noframes, nolayer, noembed tags insert break inside par...
David Kilzer (:ddkilzer)
Reported 2006-02-14 21:39:48 PST
A set of <noscript></noscript> tags inside of a set of <p></p> tags inserts a hard return (equivalent of a <br>) when rendered. It should not do this. This is a regression from Safari 2.0.3 (417.8) on Mac OS X 10.4.5.
Attachments
Test case (224 bytes, text/html)
2006-02-14 21:42 PST, David Kilzer (:ddkilzer)
no flags
Test case v2 (524 bytes, text/html)
2006-02-14 22:31 PST, David Kilzer (:ddkilzer)
no flags
Test case v3 (554 bytes, text/html)
2006-02-14 22:41 PST, David Kilzer (:ddkilzer)
no flags
Treat these as inline elements (except non-skipped noscript) (6.20 KB, patch)
2006-02-15 12:31 PST, mitz
andersca: review+
David Kilzer (:ddkilzer)
Comment 1 2006-02-14 21:42:17 PST
Created attachment 6498 [details] Test case
David Kilzer (:ddkilzer)
Comment 2 2006-02-14 22:31:31 PST
Created attachment 6499 [details] Test case v2 Per mitzpettel on IRC, this is probably a regression from Bug 4475.
David Kilzer (:ddkilzer)
Comment 3 2006-02-14 22:33:13 PST
Firefox 1.5.0.1 behavior: This sentence contains noscript tags and should be on one line. This sentence contains noframes tags and should be on one line. This sentence contains nolayer tags and should be on one line. This sentence contains noembed tags and should be on one line.
David Kilzer (:ddkilzer)
Comment 4 2006-02-14 22:34:56 PST
MSIE 6 behavior: This sentence contains noscript tags and should be on one line. This sentence contains noframes tags and should be on one line. This sentence contains nolayer tags and should be on one line. This sentence contains noembed tags and should be on one line.
David Kilzer (:ddkilzer)
Comment 5 2006-02-14 22:41:07 PST
Created attachment 6500 [details] Test case v3
David Kilzer (:ddkilzer)
Comment 6 2006-02-14 22:56:11 PST
Filed this bug on bugzilla.mozilla.org for the Firefox inconsistency: https://bugzilla.mozilla.org/show_bug.cgi?id=327250
Joost de Valk (AlthA)
Comment 7 2006-02-15 02:02:58 PST
Opera renders this exactly the same as IE does, just so you know ;)
mitz
Comment 8 2006-02-15 12:31:27 PST
Created attachment 6508 [details] Treat these as inline elements (except non-skipped noscript)
Anders Carlsson
Comment 9 2006-02-15 13:28:27 PST
Comment on attachment 6508 [details] Treat these as inline elements (except non-skipped noscript) r=me
David Kilzer (:ddkilzer)
Comment 10 2006-02-25 05:39:06 PST
Verified fixed in r12988.
Note You need to log in before you can comment on or make changes to this bug.