summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/elements/style/model-isvalid.html
blob: e55c3e94ec0c43e55530d773650faf7f6d37271d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
  <style>
<!--

.hasFocus { border: 2px solid red; }

-->
  </style>
  <meta charset=utf-8>
  <title>&lt;STYLE&gt;s</title>
</head>
<body>

</body>
</html>