https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 17949324ba7c401707e28c83e284c19dd58d4269 authored by Zhiqiang Zhang on 17 December 2013, 03:27:33 UTC
Rename idbcursor_advance_index.htm as it was used in #64
Tip revision: 1794932
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