https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 36d388fef77e4798427c074b5440b5cc1433e2ad authored by James Graham on 08 May 2015, 12:11:38 UTC
Replace usage of setTimeout with step_timeout in old-tests/Microsoft
Tip revision: 36d388f
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