Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / tokenizer / unterminated-quote-in-noscript.html
blob617fe6431c17aeaa09df4e4a0e42598564adf37c
1 <html>
2 <body>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 </script>
7 <noscript>
8 <img src="about:blank" alt=">
9 </noscript>
10 <div>PASS: This text is visible.</div>
11 </body>
12 </html>