https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 3f22183d3bffb9754c54f97561ab38652779cdcf authored by Tim Dresser on 24 November 2017, 18:49:58 UTC
Deliver PerformanceEntries when the main thread is idle.
Tip revision: 3f22183
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