https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 11f336c3ea03dc50c125a6466da30070d3b57fb9 authored by Nikos Andronikos on 14 December 2016, 00:38:17 UTC
Fix whitespace errors
Tip revision: 11f336c
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