https://github.com/web-platform-tests/wpt
Raw File
Tip revision: feea3106d527a3962ebbe38c54410f24814ef5a2 authored by Jinho Bang on 17 April 2018, 04:55:09 UTC
PaymentHandler: Not allow to call operation if event is not trusted
Tip revision: feea310
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