Skip to content

Instantly share code, notes, and snippets.

@dynamis
Created November 14, 2011 09:32
Show Gist options
  • Save dynamis/1363602 to your computer and use it in GitHub Desktop.
Save dynamis/1363602 to your computer and use it in GitHub Desktop.
testcase for bug 643307
<!DOCTYPE html>
<html>
<head>
<title>testcase for bug 643307</title>
<style>
@font-face {
font-family: invalid;
src: url(invalidurl);
}
.invalidfont {
font-family: invalid;
}
</style>
</head>
<body class="invalidfont">
testcase for bug 643307
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment