https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 2b6fdc652d9eb3aaaf85015cebb76f17f1902b28 authored by Robin Berjon on 28 March 2014, 10:25:45 UTC
remove test that is supported neither by spec nor by implementations
Tip revision: 2b6fdc6
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