https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 6d0e2a9da46963ab2d20942f5aac4a1a00c2692e authored by Mike West on 20 November 2015, 08:18:23 UTC
Test targeting multiple cross-origin windows.
Tip revision: 6d0e2a9
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