https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 4f2bd89c86d106fcf39fbc96ad401108157ade65 authored by Robin Berjon on 04 April 2013, 13:34:36 UTC
W3C submitted tests for WebIDL parsing
Tip revision: 4f2bd89
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