Bug 26491 - noscript tag inside a <p> tag causes line breaks
Summary: noscript tag inside a <p> tag causes line breaks
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL: http://bugs.debian.org/cgi-bin/bugrep...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-17 13:18 PDT by Gustavo Noronha (kov)
Modified: 2024-01-13 17:29 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Noronha (kov) 2009-06-17 13:18:37 PDT
This bug was reported in the Debian package for WebKitGTK+, and I confirmed it is a problem with current TOT. With javascript disabled, the following HTML will have a line break before 'noscript', in the rendering. Firefox does not break the line, there.

<p>linelinelinelineline<noscript>noscript</noscript>linelineline</p>
Comment 1 Emilio Pozuelo Monfort 2013-10-25 18:08:05 PDT
This seems fixed now, tested with liferea & webkitgtk 2.2.0
Comment 2 Ahmad Saleem 2024-01-13 17:29:40 PST
All browsers (STP186, Chrome Canary 122 and Firefox Nightly 123) are same.

https://jsfiddle.net/geofrmy5/