summaryrefslogtreecommitdiffstats
path: root/parser/htmlparser/tests/mochitest/file_bug672453_xml_decl.html
blob: ed350a11572dee5556f550dd4e7fba7a67d10852 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="windows-1251"?>
<!DOCTYPE html>
<html>
<head>
    <title>Has only XML decl</title>
</head>
<body>
<p>Only XML decl</p>
</body>
</html>