summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/elements/noscript/model-isvalid.html
blob: 6d74e762b4436d440fde773e7d909a9fdda1dbd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
  <noscript><style></style></noscript>
  <meta charset=utf-8>
  <title>&lt;noscript&gt; in &lt;head&gt;</title>
</head>
<body>
<p>foo</p>
</body>
</html>