https://github.com/web-platform-tests/wpt
Raw File
Tip revision: d273149ec04b974e357473b2849ce6d916b2866c authored by Ms2ger on 21 September 2018, 14:10:07 UTC
Improve the handling of generic types in IdlInterfaceMember#toString.
Tip revision: d273149
blank_page_green_with_onunload.html
<!DOCTYPE HTML>
<html>
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <title>Green Test Page</title>
    </head>
    <!-- use onunload to ensure this does not trigger bfcache -->
    <body style="background-color:#00FF00;" onunload="1;">
        <h1>Placeholder</h1>
    </body>
</html>
back to top