Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
fast
/
css
/
invalid-font-family-in-font-face-crash.html
blob: 1fde82fa7fde0ce99b27805fcc94f0584c1df02c [
file
] [
log
] [
blame
]
<html>
Test passes if it does not crash.
<style>
@
font-face
{
font-family
:
inherit
;
}
@
font-face
{
font-family
:
initial
;
}
</style>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
document
.
body
.
offsetTop
;
</script>
</html>