Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
selectors
/
visited-part-crash.html
blob: f4cb28995b181c330d3605a96546c1ffb33c4fb1 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<link
rel
=
"help"
href
=
"https://crbug.com/1413904"
>
<style>
.
foo
:
visited
::
part
(
test
)
{}
</style>
<div
class
=
foo
>
<a
class
=
foo
href
=
""
>
Test
</a>
</div>