https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 53d7c8f7c348cc8b463b584f94df10600f939fd4 authored by Robert Ma on 16 March 2018, 16:18:07 UTC
Try to fix a WebDriver error
Tip revision: 53d7c8f
pass_if_number_10.html
<!DOCTYPE HTML>
<html>
<head>
   <title>Reference rendering - passes if the number '10' appears below</title>
   <link rel="author" title="Opera" href="https://www.opera.com/">
   <style type="text/css">
      div {
         font-size: 30px;
      }
   </style>
</head>
<body>
   <p>Test passes if the number '10' appears below.</p>
   <div>10</div>
</body>
</html>
back to top