Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
LayoutTests
/
fast
/
css
/
css-set-selector-text-crash.html
blob: cfc40c582156d5290e26ba9635ba81f67c09f833 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<style>
:
target
{
top
:
0
;
}
</style>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
document
.
styleSheets
[
0
].
cssRules
[
0
].
selectorText
=
':target'
;
</script>
Test passes if it does not crash.
</html>