repo.or.cz
/
wine-gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git]
/
testing
/
mochitest
/
tests
/
SimpleTest
/
test.css
blob
d5866aba9267708b349ceab18aa75f75a1c65f34
1
.test_ok
{
2
color
:
green
;
3
display
:
none
;
4
}
5
.test_not_ok
{
6
color
:
red
;
7
display
:
block
;
8
}
9
10
.test_ok, .test_not_ok
{
11
border-bottom-width
:
2px
;
12
border-bottom-style
:
solid
;
13
border-bottom-color
:
black
;
14
}
15
16
.all_pass
{
17
background-color
:
lime
;
18
}
19
20
.some_fail
{
21
background-color
:
red
;
22
}
23
24
.tests_report
{
25
border-width
:
2px
;
26
border-style
:
solid
;
27
width
:
20em
;
28
display
:
table
;
29
}