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