Ticket #11297: index.html

File index.html, 169 bytes (added by v.vill, 9 years ago)

Here is a minimal example; apparently only old versions of the Dojo toolkit (<1.4.0) trigger the WTFcrash.

Line 
1<html>
2<head>
3<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/dojo/1.3.2/dojo/dojo.xd.js"></script>
4</head>
5<body>
6Hello World
7</body>
8</html>