https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 1b3b2ab7254654e44c418d3c46e9fe7690b1857e authored by James Graham on 12 March 2014, 15:23:28 UTC
Fix manifest JSONifier for new iteration API.
Tip revision: 1b3b2ab
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