https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 2594ec0bcf0af2bc546e78dde66aa382bf039a80 authored by Aryeh Gregor on 18 April 2016, 17:32:41 UTC
Update for whatwg/dom@537e579f
Tip revision: 2594ec0
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