blob: fcd91a0532d25833351df69695493f7e3e5e83ba [file] [log] [blame]
<!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>