https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 0823b532c7cb750c90e8353fda3824a531a96c64 authored by Michael[tm] Smith on 17 August 2015, 02:09:28 UTC
Replaced some simple assert_object_equals cases.
Tip revision: 0823b53
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