Skip to content

Instantly share code, notes, and snippets.

@mrazzari
Created May 30, 2012 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrazzari/2838269 to your computer and use it in GitHub Desktop.
Save mrazzari/2838269 to your computer and use it in GitHub Desktop.
Testcase for html5shiv's blank page issue #58
<!DOCTYPE html>
<html>
<head>
<!--[if lt IE 9]>
<script src="html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="blank_page_files/style.css" />
</head>
<body>
<a href="javascript:window.print();">Show the print dialog</a>, the Cancel it. <br />
This page, or parts of it, will be blank. <br />
Try dragging the print dialog around if you don't notice it.
</body>
</html>
/* This file must be inside a subdir! */
@font-face {
font-family: 'NobileRegular';
src: url('nobile-webfont.eot');
}
@mrazzari
Copy link
Author

mrazzari commented Jul 8, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment