https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 5267655599d46d8384b8031d0e839acd40425456 authored by Robin Berjon on 20 December 2012, 15:29:36 UTC
David Carlisle's submission
Tip revision: 5267655
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