https://github.com/web-platform-tests/wpt
Raw File
Tip revision: b5ef37f1d7620f8fba03d5ad3bfa39e28e13fa64 authored by Lan Wei on 20 December 2018, 02:33:33 UTC
Support pen inputs in web platform tests
Tip revision: b5ef37f
blank_page_yellow.html
<!DOCTYPE HTML>
<html>
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <title>Yellow Test Page</title>
    </head>
    <body style="background-color:#FFFF00;">
        <h1>Placeholder</h1>
    </body>
</html>
back to top