https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 5875b656b247b830dd700811ef722c9a9dde35d9 authored by Michael[tm] Smith on 12 April 2014, 13:35:53 UTC
cc Added URL tests.
Tip revision: 5875b65
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