https://github.com/web-platform-tests/wpt
Raw File
Tip revision: efebd77ee5ec77d90333b10605c37aa1e6698ee5 authored by moz-wptsync-bot on 14 March 2018, 18:16:47 UTC
Use WorkerRef in FileReader,
Tip revision: efebd77
canvas-index.css
body {
    font-size: small;
    font-family: sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h3 {
    display: inline;
    font-size: medium;
}

h3 + p {
    display: inline;
    margin-left: 0.5em;
}

li {
    list-style-type: none;
}

ul {
    padding-left: 2em;
    margin-left: 0;
}
back to top