https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 73ea75c173912f025130557515e4ddacc7fae76c authored by Jonathon Kereliuk on 03 April 2018, 15:25:08 UTC
added infra test
Tip revision: 73ea75c
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