https://github.com/web-platform-tests/wpt
Raw File
Tip revision: e74b1a03953ecedcbf31d495be3f2bd667c1de6e authored by Anthony Ramine on 07 April 2018, 11:47:48 UTC
Avoid async/await in /webstorage/idlharness.html
Tip revision: e74b1a0
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