Index: /FCKeditor/trunk/_dev/browserbugs/firefox/contenteditable.html
===================================================================
--- /FCKeditor/trunk/_dev/browserbugs/firefox/contenteditable.html	(revision 2614)
+++ /FCKeditor/trunk/_dev/browserbugs/firefox/contenteditable.html	(revision 2614)
@@ -0,0 +1,24 @@
+﻿<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+	<head>
+		<title></title>
+		<script type="text/javascript">
+
+	window.onload = function()
+	{
+		document.designMode = 'on' ;
+	}
+
+		</script>
+	</head>
+	<body>
+		<div>
+			<p>
+				This is some <b>sample</b> text. The page has document.designMode = 'on'
+			</p>
+			<p contenteditable="false">
+				This is some <b>sample</b> text. This paragraph has contentEditable="false", so it shouldn't be editable.
+			</p>
+		</div>
+	</body>
+</html>
