https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 5eb28eabd68d956e0d7e43c83ce4f38777549299 authored by Ms2ger on 10 May 2016, 08:33:02 UTC
fixup! Remove tests landed in #2984.
Tip revision: 5eb28ea
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