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
canvas-frame.css
body {
    font-size: small;
    font-family: sans-serif;
}

p {
    line-height: 0;
}

p:first-child {
    display: inline;
}

h1 {
    display: inline;
}

iframe, object {
    border: 1px black solid;
    margin: 2px;
}
back to top