Mypal/layout/reftests/css-visited/selector-any-sibling-1-ref.html
2019-03-11 13:26:37 +03:00

8 lines
165 B
HTML

<!DOCTYPE HTML>
<title>Test for privacy restrictions on :visited (Bug 147777)</title>
<style>
div { color: olive; }
</style>
<div>unvisited</div>
<div>visited</div>