mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +01:00
Otherwise, tests like the following fail, given we always match as unvisited, and we'd never mark the link as needing invalidation. <!doctype html> <style> a { color: red !important; } .foo :visited { color: green !important; } </style> <div> <a href="https://google.es">visit me</a> <button onclick="this.parentNode.className = 'foo'">Then click me</button> </div> Bug: 1368240 MozReview-Commit-ID: LDv6S28c4ju |
||
---|---|---|
.. | ||
element_wrapper.rs | ||
invalidation_map.rs | ||
invalidator.rs | ||
mod.rs | ||
restyle_hints.rs |