https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 20d9c6904aae7256cbf94e919e7996f215af2900 authored by Aryeh Gregor on 03 May 2016, 18:25:47 UTC
More updates for new <track kind> invalid value default
Tip revision: 20d9c69
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