Bug 512487: Remove background-color settings in reftests first-letter/399941-[89] to make them not font-dependent.

This commit is contained in:
Mike Hommey 2010-03-31 10:44:58 -07:00
parent 37b847f135
commit e77f7f4af2
4 changed files with 0 additions and 4 deletions

View File

@ -6,7 +6,6 @@
<style type="text/css">
span.fake-first-letter {
color: lime;
background-color: olive;
}
</style>
</head>

View File

@ -6,7 +6,6 @@
<style type="text/css">
p:first-letter {
color: lime;
background-color: olive;
}
</style>
</head>

View File

@ -6,7 +6,6 @@
<style type="text/css">
span.fake-first-letter {
color: lime;
background-color: olive;
}
</style>
</head>

View File

@ -6,7 +6,6 @@
<style type="text/css">
p:first-letter {
color: lime;
background-color: olive;
}
</style>
</head>