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
/
text
/
chromium-linux-fallback-crash.html
blob
62062ac3a1742b8ad372466e5d3d6f21640be8e4
1
<html>
2
<script>
3
if
(
window
.
testRunner
)
4
testRunner
.
dumpAsText
();
5
</script>
6
7
<body>
8
<p>
Previously this would crash Chromium Linux by triggering a NULL pointer dereference in the font fallback code.
</p>
9
10
<span
style
=
"font-family: -webkit-family-will-not-be-found;"
>
Foo
</span>
11
</body>
12
</html>