Skip to content

Instantly share code, notes, and snippets.

@rclark72
Created September 10, 2013 14:29
Show Gist options
  • Save rclark72/6510214 to your computer and use it in GitHub Desktop.
Save rclark72/6510214 to your computer and use it in GitHub Desktop.
this will crash IE
<!doctype html>
<html>
<head>
<title>Title</title>
<style type="text/css">
div {
border-right: 1px dotted #848484;
border-radius: 50%;
}
</style>
</head>
<body>
<div>text</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment