https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 02c8a4e983dc695405cfa63f62a88091283de0b9 authored by kaixinjxq on 14 March 2018, 09:22:25 UTC
Add sensor referenceFrame/frequency TypeError tests
Tip revision: 02c8a4e
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