https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 99854ef0fa41263dc05c8263b00183aec8e139a0 authored by James Graham on 04 April 2018, 18:13:44 UTC
Fix handling of missing manifest_path in wptcommandline,
Tip revision: 99854ef
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