https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 167a1d697be6e767b0da20c6a2845e6f02ae144c authored by Henrik Skupin on 28 March 2018, 18:32:49 UTC
Use detailed failure message for wdspec test failures (pytest).
Tip revision: 167a1d6
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