aboutsummaryrefslogtreecommitdiffstats
path: root/result/HTML/noscript.html.err
Commit message (Collapse)AuthorAgeFilesLines
* HTML parser error with <noscript> in the <head>Denis Pauk2012-05-111-0/+0
For https://bugzilla.gnome.org/show_bug.cgi?id=615785 When the <noscript> is found, <head> is closed and a <body> element is created. The real <body id="xxx"> gets skipped over, so I can't see any of the body's attributes. Just don't close <head> when encountering a <noscript> Add a regression test too