https://github.com/web-platform-tests/wpt
Raw File
Tip revision: f394bb28fad9504722b4dd80c5a962af39ee9cc7 authored by James Graham on 17 April 2014, 13:53:42 UTC
Update to latest testharness.js
Tip revision: f394bb2
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