https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 6ac2b05e7532e1cd050853ce35f9b620fe5b5100 authored by Philip Jägenstedt on 25 October 2016, 14:16:37 UTC
Test empty username and credential in RTCPeerConnection constructor
Tip revision: 6ac2b05
blank_page_green.html
<!DOCTYPE HTML>
<html>
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <title>Green Test Page</title>
    </head>
    <body style="background-color:#00FF00;">
        <h1>Placeholder</h1>
    </body>
</html>
back to top