comparison: layout/inspector/tests/chrome/test_bug708874.css
layout/inspector/tests/chrome/test_bug708874.css
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 #test-div { |
|
2 color: rgb(0, 0, 0); |
|
3 font-family: serif; |
|
4 font-weight: 400; |
|
5 } |
|
6 |
|
7 #test-div:hover { |
|
8 color: rgb(10, 0, 0); |
|
9 } |
|
10 |
|
11 #test-div:active { |
|
12 font-family: Arial; |
|
13 } |
|
14 |
|
15 #test-div:focus { |
|
16 font-weight: 800; |
|
17 } |
|
18 |
|
19 #test-button { |
|
20 color: rgb(0, 0, 0); |
|
21 } |
|
22 |
|
23 #test-button:disabled { |
|
24 color: rgb(40, 0, 0); |
|
25 } |
|
26 |
|
27 #test-link:visited { |
|
28 color: rgb(20, 0, 0); |
|
29 } |
|
30 |
|
31 #test-link:link { |
|
32 color: rgb(30, 0, 0); |
|
33 } |