summaryrefslogtreecommitdiffstats
path: root/devtools/client/shared/test/html-mdn-css-syntax-old-style.html
blob: 281267cc40624d98ffa66513ebdd764af9e3a350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>

<body>

  <h2 id="Summary">Summary</h2>

  <p>A summary of the property.</p>

  <h2 id="Syntax">Syntax</h2>

  <pre>The part we should ignore</pre>

  <pre>/* The part we want   */
this: is-the-part-we-want;</pre>



</body>
</html>