https://github.com/web-platform-tests/wpt
Raw File
Tip revision: b1486aa82b4174df577bb00f1796fe4a5bc5bffc authored by James Graham on 21 October 2013, 13:59:32 UTC
fixup! Make tests self-hosting
Tip revision: b1486aa
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