https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 48db975c5af44506aa2cd16c7f9693112f82ae1e authored by Michael[tm] Smith on 12 March 2014, 14:58:15 UTC
Use /resources/WebIDLParser.js
Tip revision: 48db975
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