Bug 1942415: Revert changes for GC_GLEAN_SLOW_PHASE and GC_GLEAN_SLOW_TASK probes...
[gecko.git] / layout / reftests / css-visited / visited-inherit-1.html
blobcf53066d38da76e9e4fdb5cdd5ed03654d93111b
1 <!DOCTYPE html>
2 <style>
3 a { text-decoration: none; color: initial; display: block; margin: 2px; }
4 .green { color: green; }
5 </style>
6 <a href="visited-page.html">
7 <div>
8 <span class="green">Should be green</span>
9 </div>
10 </a>