RESOLVED INVALID 148835
[XHTML] Style written inside HTML comment should not be not applied
https://bugs.webkit.org/show_bug.cgi?id=148835
Summary [XHTML] Style written inside HTML comment should not be not applied
Chris Dumez
Reported 2015-09-04 15:35:19 PDT
Style written inside HTML comment should not be not applied: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="match" href="html_style_in_comment-ref.html"/> <style type="text/css"> h4 {color: green} <!-- h4 {color: red} --> </style> </head> <body> <p> This page tests that Style written inside HTML comment is not applied</p> This test passes if the text below is <b>Green. NOT Red.</b> <h4> This is some text. </h4> </body> </html> This causes the following newly imported W3C ref-test to fail: http/tests/w3c/html/semantics/document-metadata/the-style-element/html_style_in_comment.html
Attachments
Radar WebKit Bug Importer
Comment 1 2015-09-04 15:35:57 PDT
Chris Dumez
Comment 2 2015-09-04 16:04:00 PDT
Chris Dumez
Comment 3 2015-09-07 21:37:19 PDT
The problem simply was the the file extension should have been .xhtml, not .html.
Note You need to log in before you can comment on or make changes to this bug.