https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 399fb2453a1af2d56bf7ddd6710b49a7be28c0e0 authored by Luke Bjerring on 05 April 2018, 19:27:41 UTC
Improve idlharness error message for exposure test
Tip revision: 399fb24
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