summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/open-comment-in-textarea.html
blob: 346e5abb1a015844279677c3021ad15a8d3b0872 (plain)
1
2
3
4
5
6
7
8
9
<html>
<body>
<textarea>
<!--
This should be part of the textarea.
</textarea>
This should not be part of the textarea.
</body>
</html>