repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css
/
css-set-selector-text-crash.html
blob
cfc40c582156d5290e26ba9635ba81f67c09f833
1
<!DOCTYPE
html
>
2
<html>
3
<style>
4
:target { top:
0
; }
5
</style>
6
<script>
7
if
(
window
.
testRunner
)
8
testRunner
.
dumpAsText
();
9
10
document
.
styleSheets
[
0
].
cssRules
[
0
].
selectorText
=
':target'
;
11
</script>
12
Test passes if it does not crash.
13
</html>
14