https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 8a58e8b829d29878b47f92e3ee57835c03273700 authored by Joshua Bell on 13 March 2018, 18:16:00 UTC
README file for entries-api
Tip revision: 8a58e8b
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