mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 512487: Remove background-color settings in reftests first-letter/399941-[89] to make them not font-dependent.
This commit is contained in:
parent
37b847f135
commit
e77f7f4af2
@ -6,7 +6,6 @@
|
||||
<style type="text/css">
|
||||
span.fake-first-letter {
|
||||
color: lime;
|
||||
background-color: olive;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
@ -6,7 +6,6 @@
|
||||
<style type="text/css">
|
||||
p:first-letter {
|
||||
color: lime;
|
||||
background-color: olive;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
@ -6,7 +6,6 @@
|
||||
<style type="text/css">
|
||||
span.fake-first-letter {
|
||||
color: lime;
|
||||
background-color: olive;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
@ -6,7 +6,6 @@
|
||||
<style type="text/css">
|
||||
p:first-letter {
|
||||
color: lime;
|
||||
background-color: olive;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user