https://github.com/web-platform-tests/wpt
Raw File
Tip revision: bbc31b33967f77960b9b6b06ebf03185d063e1d9 authored by Aryeh Gregor on 13 April 2016, 12:42:43 UTC
Constructors without "new" throw
Tip revision: bbc31b3
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