Wrong parsing a comment in iframe tags.
Reported by
kamilkub...@gmail.com,
Sep 15 2016
|
||
Issue description
Application: Google Chrome
Application version: 53.0.2785.116
Steps to reproduce:
(1) Code:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
</head>
<body>
<iframe src="data:text/plain;plain,Hello world!">
<!--
This is a comment.
Example tags:
<b>Test</b>
</body>
</html>
The comment stay here.
</iframe>
<h2>Here should be the comment, too!</h2>
<iframe src="data:text/plain;plain,What now?!">
-->
</iframe>
</body>
</html>
Expected result:
Frame: Hello world!
Actual result:
First frame: Hello world!
Header tag (h2): Here should be the comment, too!
Second frame: What now?!
,
Sep 16 2016
thanks for the update! |
||
►
Sign in to add a comment |
||
Comment 1 by kamilkub...@gmail.com
, Sep 15 2016