Bug 1539614 [wpt PR 16077] - HTML: move textarea tests together, a=testonly
[gecko.git] / testing / web-platform / tests / common / canvas-spec.css
blob5882acb68ef3ef7e00cbea39d484c6fd0f1ab2d6
1 .testrefs {
2 font-size: small;
3 margin-left: 0.2em;
4 margin-right: 0.2em;
5 border-bottom: none !important;
7 font-weight: normal;
8 font-style: normal;
9 white-space: normal;
10 font-family: sans-serif;
13 .kw-must, .kw-required {
14 background: #fda;
17 .kw-should {
18 background: #ffa;
21 .kw-none {
22 background: #dfa;
26 pre.idl .testrefs :link {
27 color: #00c;
30 pre.idl .testrefs :visited {
31 color: #609;
34 .testrefs a:hover {
35 background: transparent;
36 text-decoration: none;
39 .testrefs:before {
40 content: '[';
43 .testrefs:after {
44 content: ']';
47 .testrefs a:first-child {
48 font-weight: bold;
49 text-decoration: none;