https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 0411120510cdf715e349d407a44b834c54662162 authored by Anne van Kesteren on 09 April 2018, 14:18:58 UTC
Test self.event in workers
Tip revision: 0411120
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