https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 46b791760d23f9e54134f54366539c77b2b5589b authored by Simon Pieters on 31 March 2016, 13:03:06 UTC
Test initial LF in pre/textarea/listing with innerHTML
Tip revision: 46b7917
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