Chrome Crashes on details:before with TypeKit
Chromium Bug: https://code.google.com/p/chromium/issues/detail?id=87207
by Ronny
HTML
<style>
details:before {
content: "";
}
</style>
<details>If you're on Chrome 12.x, hit the "Result" tab to reproduce (your browser will crash)</details>
<script type="text/javascript" src="http://use.typekit.com/gnm2zwx.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>