https://github.com/web-platform-tests/wpt
Raw File
Tip revision: e2dbf6dc2f45ee245eac9dcbf4deb424c01c9dd1 authored by David Storey on 03 April 2018, 22:37:31 UTC
Add SVGTransformable to list of removed interfaces
Tip revision: e2dbf6d
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