Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/selectors/visited-part-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>
.foo:visited::part(test) {}
</style>
<div class=foo>
<a class=foo href="">Test</a>
</div>