https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 59f47cff878d69ef410a766685ddb06ef2d6fb5e authored by Anne van Kesteren on 09 April 2018, 08:14:00 UTC
cleanup
Tip revision: 59f47cf
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