summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/reference/only_pass_parens_semicolon.html
blob: fcd91a0532d25833351df69695493f7e3e5e83ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE HTML>
<html>
<head>
   <title>Reference rendering - pass if only the word "PASS();" appears</title>
   <link rel="author" title="Opera" href="https://www.opera.com/">
   <style type="text/css">
      div {
         color: green;
         border: 2px solid black;
      }
   </style>
</head>
<body>
   <p>Test passes if only the word "PASS();" appears in the box below. Fail if
   there is any other additional text.</p>
   <div>PASS();</div>
</body>
</html>