Index: /FCKeditor/trunk/_dev/browserbugs/safari/events_designmode.html
===================================================================
--- /FCKeditor/trunk/_dev/browserbugs/safari/events_designmode.html	(revision 910)
+++ /FCKeditor/trunk/_dev/browserbugs/safari/events_designmode.html	(revision 910)
@@ -0,0 +1,19 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+	<head>
+		<title>Events are executed in designMode</title>
+		<script language="javascript">
+
+	window.onload = function()
+	{
+		document.designMode = 'on' ;
+
+	}
+
+		</script>
+	</head>
+	<body>
+
+		<p><a href="#" onclick="alert('hello')">This is a link</a> with an onclick handler. Try to click to edit it.</p>
+	</body>
+</html>
