chromium/third_party/blink/web_tests/fast/parser/open-comment-in-textarea.html

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