layout/reftests/css-visited/inherit-keyword-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/css-visited/inherit-keyword-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,15 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<!--
     1.6 +    Intentionally using an HTML reference for an XHTML test, just to
     1.7 +    mix things up a little. :-)
     1.8 +  -->
     1.9 +<title>Test for privacy restrictions on :visited (Bug 147777)</title>
    1.10 +<style>
    1.11 +
    1.12 +span { text-decoration: none; color: olive }
    1.13 +
    1.14 +</style>
    1.15 +<span>unvisited / unvisited</span>
    1.16 +<span>unvisited / visited</span>
    1.17 +<span>visited / unvisited</span>
    1.18 +<span>visited / visited</span>

mercurial