xref: /aosp_15_r20/external/jsoup/src/test/resources/htmltests/comments.html (revision 6da8f8c4bc310ad659121b84dd089062417a2ce2)
1*6da8f8c4SAndroid Build Coastguard Worker
2*6da8f8c4SAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?>
3*6da8f8c4SAndroid Build Coastguard Worker<!-- so -->
4*6da8f8c4SAndroid Build Coastguard Worker<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5*6da8f8c4SAndroid Build Coastguard Worker
6*6da8f8c4SAndroid Build Coastguard Worker<!-- what -->
7*6da8f8c4SAndroid Build Coastguard Worker<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
8*6da8f8c4SAndroid Build Coastguard Worker<!-- now -->
9*6da8f8c4SAndroid Build Coastguard Worker<head>
10*6da8f8c4SAndroid Build Coastguard Worker  <!-- then -->
11*6da8f8c4SAndroid Build Coastguard Worker  <meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
12*6da8f8c4SAndroid Build Coastguard Worker  <title>A Certain Kind of Test</title>
13*6da8f8c4SAndroid Build Coastguard Worker</head>
14*6da8f8c4SAndroid Build Coastguard Worker<body><h1>Hello</h1>h1></body>
15*6da8f8c4SAndroid Build Coastguard Worker(There is a UTF8 hidden BOM at the top of this file.)
16*6da8f8c4SAndroid Build Coastguard Worker</html>
17