https://github.com/web-platform-tests/wpt
Raw File
Tip revision: f9b2eca3ae1bba2a5bc307d061e450e6ac8a98e0 authored by Domenic Denicola on 01 December 2015, 16:27:52 UTC
Fix up disallow-crossorigin tests based on issues in OP
Tip revision: f9b2eca
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