https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 0322f4a8924395e866e774d68200e5844e72f793 authored by Lennart Grahl on 19 May 2018, 00:04:14 UTC
Add a test based on discussion in https://github.com/w3c/webrtc-pc/pull/1851 with @jan-ivar
Tip revision: 0322f4a
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