https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 88ec1d7c1367d0facdb961f675489bf32d7df7b9 authored by Robert Ma on 16 March 2018, 17:56:06 UTC
Mute wget when downloading chrome deb
Tip revision: 88ec1d7
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