mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +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
15
layout/style/test/visited_image_loading_frame_empty.html
Normal file
15
layout/style/test/visited_image_loading_frame_empty.html
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE HTML>
|
||||
<title>Test for :visited image loading</title>
|
||||
<style type="text/css">
|
||||
|
||||
:link { background-color: blue }
|
||||
:visited { background-color: purple }
|
||||
|
||||
#link:link { background-image: url("visited_image_loading.sjs?1l"); }
|
||||
#link:visited { background-image: url("visited_image_loading.sjs?1v"); }
|
||||
#visited:link { background-image: url("visited_image_loading.sjs?2l"); }
|
||||
#visited:visited { background-image: url("visited_image_loading.sjs?2v"); }
|
||||
|
||||
</style>
|
||||
<a id="link" href="do-not-visit-this-link.html"></a>
|
||||
<a id="visited" href="visited_image_loading_frame_empty.html"></a>
|
||||
Loading…
Add table
Add a link
Reference in a new issue