Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / parser / open-comment-in-textarea.html
blob346e5abb1a015844279677c3021ad15a8d3b0872
1 <html>
2 <body>
3 <textarea>
4 <!--
5 This should be part of the textarea.
6 </textarea>
7 This should not be part of the textarea.
8 </body>
9 </html>