https://github.com/web-platform-tests/wpt
Raw File
Tip revision: b43aa57353147e6ffc3799651de2b246835c2a8a authored by Mike West on 24 July 2018, 12:41:46 UTC
Correctly propagate request initiator for 'noopener'
Tip revision: b43aa57
pass_if_letter_uppercase.html
<!DOCTYPE HTML>
<html>
<head>
   <title>Reference rendering - pass if F in Filler Text is upper-case</title>
   <link rel="author" title="Opera Software" href="https://opera.com">
</head>
<body>
   <p>Test passes if the letter "F" in the words "Filler Text" below is in upper-case.</p>
   <div>Filler Text</div>
</body>
</html>
back to top