pass_if_pass_below.html (285B)
1 <!doctype html> 2 <html> 3 <head> 4 <title>Reference rendering - passes if there is the word "PASS" below</title> 5 <link rel="author" title="Opera" href="https://www.opera.com/"> 6 </head> 7 <body> 8 <p>Test passes if there is the word "PASS" below.</p> 9 <div>PASS</div> 10 </body> 11 </html>