mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 18:37:31 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
18
layout/reftests/css-visited/color-on-bullets-1.html
Normal file
18
layout/reftests/css-visited/color-on-bullets-1.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE HTML>
|
||||
<title>Test for privacy restrictions on :visited (Bug 147777)</title>
|
||||
<style>
|
||||
|
||||
a { text-decoration: none; display: list-item; margin-left: 4em }
|
||||
:link { color: rgba(255, 177, 83, 0.8) }
|
||||
:visited { color: rgba(128, 99, 12, 0.4) }
|
||||
|
||||
</style>
|
||||
<!-- FIXME: workaround list numbering bug by using ol instead of div -->
|
||||
<ol style="list-style-type: decimal; margin: 0; padding: 0">
|
||||
<a href="unvisited-page.html">unvisited</a>
|
||||
<a href="visited-page.html">visited</a>
|
||||
</ol>
|
||||
<div style="list-style-type: disc">
|
||||
<a href="unvisited-page.html">unvisited</a>
|
||||
<a href="visited-page.html">visited</a>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue