https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 53c9441958817edf90ef19652ea6b6b30557d95c authored by Ms2ger on 23 April 2018, 09:01:41 UTC
Only run tests for the non-applicability of the selection API for supported types.
Tip revision: 53c9441
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