https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 43c70ea9df7030288bcc1b8c2abb8ff7e738fad8 authored by plehegar on 04 January 2016, 16:53:04 UTC
Removed w3c-test.org dependency
Tip revision: 43c70ea
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