Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(467)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/common/canvas-spec.css

Issue 2015623004: Import wpt@ed94c51f3dfaa5ff4c9c311add1a560408059c51 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 .testrefs {
2 font-size: small;
3 margin-left: 0.2em;
4 margin-right: 0.2em;
5 border-bottom: none !important;
6
7 font-weight: normal;
8 font-style: normal;
9 white-space: normal;
10 font-family: sans-serif;
11 }
12
13 .kw-must, .kw-required {
14 background: #fda;
15 }
16
17 .kw-should {
18 background: #ffa;
19 }
20
21 .kw-none {
22 background: #dfa;
23 }
24
25
26 pre.idl .testrefs :link {
27 color: #00c;
28 }
29
30 pre.idl .testrefs :visited {
31 color: #609;
32 }
33
34 .testrefs a:hover {
35 background: transparent;
36 text-decoration: none;
37 }
38
39 .testrefs:before {
40 content: '[';
41 }
42
43 .testrefs:after {
44 content: ']';
45 }
46
47 .testrefs a:first-child {
48 font-weight: bold;
49 text-decoration: none;
50 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698