https://github.com/web-platform-tests/wpt
Revision 3b57b118a10cc6ec05c8d7aeb30ec6faadc729ad authored by Josh Matthews on 26 March 2018, 14:23:24 UTC, committed by Josh Matthews on 26 March 2018, 14:47:13 UTC
1 parent f4388a3
Raw File
Tip revision: 3b57b118a10cc6ec05c8d7aeb30ec6faadc729ad authored by Josh Matthews on 26 March 2018, 14:23:24 UTC
Add base protocol to ConnectionlessProtocol.
Tip revision: 3b57b11
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