fune/parser/htmlparser/tests/mochitest/file_viewsource.html
Gijs Kruitbosch 1839ec6c66 Bug 1172165 - test changes: remove broken bit of test for view-source linking now that it is completely disallowed, and fix html parser's view-source test, r=bz
--HG--
rename : parser/htmlparser/tests/mochitest/test_viewsource.html => parser/htmlparser/tests/mochitest/file_viewsource.html
extra : commitid : IVqN6XUYvOk
extra : rebase_source : 62b723f641b2c2843080ef7f586df1236237241c
2015-12-11 08:17:56 -05:00

18 lines
262 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Test for view source</title>
</head>
<body>
<!--
this is a multi-line comment
-->
<script class="testbody" type="text/javascript">
// This is a script comment / text.
</script>
</body>
</html>