https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 04f42da4f68238031149ae1d0daa8d5b074f3c22 authored by Boris Zbarsky on 04 April 2018, 17:30:07 UTC
Remove support for the 'type' parameter to document.open.
Tip revision: 04f42da
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