https://github.com/web-platform-tests/wpt
Raw File
Tip revision: fe01681455f4a32cf2d18aeb7f4808d275d2ce68 authored by Aryeh Gregor on 03 May 2016, 17:15:49 UTC
Misspelling in test name
Tip revision: fe01681
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