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
blank_page_yellow_with_onunload.html
<!DOCTYPE HTML>
<html>
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <title>Yellow Test Page</title>
    </head>
    <!-- use onunload to ensure this does not trigger bfcache -->
    <body style="background-color:#FFFF00;" onunload="1;">
        <h1>Placeholder</h1>
    </body>
</html>
back to top