summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/mime-types/008-isvalid.html
blob: 2a9c7dfac5d5576ac35c30dce4326eed7c427762 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
<title>text/html;charset="\utf-8"</title>
<link href='foo' type='text/html;charset="\utf-8"' rel='stylesheet'>
</head>
<body>
<p>text/html;charset="\utf-8"</p>
</body>
</html>