mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 740331: Add explicit styles for links in tests for bug 708187 to combat random oranges. [r=dbaron]
This commit is contained in:
parent
c03c720d2a
commit
de48bc0565
@ -7,6 +7,7 @@
|
||||
a {
|
||||
font-weight: bold;
|
||||
line-height: 1.1em;
|
||||
color: blue;
|
||||
}
|
||||
|
||||
a#first {
|
||||
|
@ -7,6 +7,7 @@
|
||||
a {
|
||||
font-weight: bold;
|
||||
line-height: 1.1em;
|
||||
color: blue;
|
||||
}
|
||||
|
||||
a#first {
|
||||
@ -26,4 +27,4 @@ gets mapped to 40px.
|
||||
-->
|
||||
<div>
|
||||
<a id="first" href="">Hello</a><a id="second" href="">Worldz</a>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user