Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/style/crashtests/crashtests.list
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
@font-face {
font-family: foo;
}
body {
font-family: foo, monospace;
}
</style>
</head>
<body>
foo bar
</body>
</html>