haikuwebkit/LayoutTests/fast/parser/open-comment-in-textarea.html

10 lines
136 B
HTML

<html>
<body>
<textarea>
<!--
This should be part of the textarea.
</textarea>
This should not be part of the textarea.
</body>
</html>