https://github.com/web-platform-tests/wpt
Raw File
Tip revision: e374afb5a85092671d65fd8e0906b14f50d264c8 authored by Emilio Cobos Álvarez on 11 April 2018, 13:24:18 UTC
Stop generating stylo expectations.
Tip revision: e374afb
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