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
/
font-variant-with-all.html
blob
6e98dc8882458ada949ce18e0c96f64a3d8d63df
1
<!DOCTYPE
html
>
2
<style>
3
div { font-variant: all; }
4
</style>
5
<script>
6
if
(
window
.
testRunner
)
7
testRunner
.
dumpAsText
();
8
</script>
9
<p>
Test for crbug.com/
363631
: font-variant: all causes ASSERT crash.
</p>
10
<p>
PASS when running this test with debug binary and seeing no crash.
</p>
11
<div>
PASS
</div>