https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 4c7514843600ba2a3c7e80c8b4e280f9afa3bea5 authored by James Graham on 27 March 2014, 16:45:13 UTC
Don't pretend like we support wss for now
Tip revision: 4c75148
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