https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 267f15ea886c66a75b7cc63910433dc2991dd8f2 authored by Michael[tm] Smith on 25 August 2016, 11:24:37 UTC
Move shippingOption tests to separate file
Tip revision: 267f15e
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