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
/
first-letter-invalid-property-crash.html
blob
37a950311db65e8a6a15bf4eca22cee563058d23
1
<!DOCTYPE
html
>
2
<style>
3
div::first-letter {
4
position: inherit;
5
}
6
div:after {
7
quotes:
"a"
"b"
;
8
content: open-quote
9
}
10
</style>
11
12
PASS if the test does not CRASH.
13
14
<div></div>
15
<div></div>
16