https://github.com/web-platform-tests/wpt
Raw File
Tip revision: d1d4c61e1e4350f9bc747ccb58db22ec74cc4402 authored by plehegar on 04 November 2014, 23:39:47 UTC
test_child_document.html
Tip revision: d1d4c61
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