Revision 40e55d85d9e7649d8b8e573b8d9b77e0e183fe63 authored by Philip Jägenstedt on 27 April 2018, 09:23:29 UTC, committed by Blink WPT Bot on 27 April 2018, 09:41:43 UTC
1 parent 8f1bac8
Raw File
only_pass_parens_semicolon.html
<!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>
back to top