https://github.com/web-platform-tests/wpt
Raw File
Tip revision: c95f134c62e0f64a12246f9af6d303a723775c3b authored by Michael[tm] Smith on 19 March 2014, 10:18:03 UTC
Reworked PR #749.
Tip revision: c95f134
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