https://github.com/web-platform-tests/wpt
Raw File
Tip revision: e4248bd6a97720b5a9e35e3d0ebb92a42c8c4af3 authored by Geoffrey Sneddon on 11 April 2018, 07:26:51 UTC
Add backwards compatibility for external_host and host_ip
Tip revision: e4248bd
README.css

.code {
    font-family: monospace;
    color: darkorange;
}

.codeTitle {
    font-family: sans-serif;
    padding: .3em;
    margin-bottom: -1em;
    background: #ffe;
    border-color: #ccc;
    border-width: 1px;
    border-style: groove;
}

.highlight1 {
    background: yellow;
}

.highlight2 {
    background: pink;
}

body {
    font-family: sans-serif;
}
back to top