1
0
Fork 0
firefox/parser/htmlparser/tests/mochitest/file_bug672453_xml_decl.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

10 lines
165 B
HTML

<?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>