https://github.com/web-platform-tests/wpt
Raw File
Tip revision: feea3106d527a3962ebbe38c54410f24814ef5a2 authored by Jinho Bang on 17 April 2018, 04:55:09 UTC
PaymentHandler: Not allow to call operation if event is not trusted
Tip revision: feea310
canvas-spec.css
.testrefs {
    font-size: small;
    margin-left: 0.2em;
    margin-right: 0.2em;
    border-bottom: none !important;

    font-weight: normal;
    font-style: normal;
    white-space: normal;
    font-family: sans-serif;
}

.kw-must, .kw-required {
    background: #fda;
}

.kw-should {
    background: #ffa;
}

.kw-none {
    background: #dfa;
}


pre.idl .testrefs :link {
    color: #00c;
}

pre.idl .testrefs :visited {
    color: #609;
}

.testrefs a:hover {
    background: transparent;
    text-decoration: none;
}

.testrefs:before {
    content: '[';
}

.testrefs:after {
    content: ']';
}

.testrefs a:first-child {
    font-weight: bold;
    text-decoration: none;
}
back to top