Index: /FCKeditor/trunk/_dev/browserbugs/safari/paste.html
===================================================================
--- /FCKeditor/trunk/_dev/browserbugs/safari/paste.html	(revision 370)
+++ /FCKeditor/trunk/_dev/browserbugs/safari/paste.html	(revision 370)
@@ -0,0 +1,22 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+	<title>Safari Bug TC</title>
+	<script type="text/javascript">
+
+window.onload = function()
+{
+	document.designMode = 'on' ;
+	document.body.contentEditable = true ;
+
+	alert( document.queryCommandEnabled( 'Paste' ) ) ;
+}
+
+
+	</script>
+</head>
+<body>
+	<p>
+		If you have data in the clipboard, an alert with "<strong>true</strong>" should be displayed.</p>
+</body>
+</html>
