Index: /CKEditor/tests/tt/7289/1.html
===================================================================
--- /CKEditor/tests/tt/7289/1.html	(revision 6541)
+++ /CKEditor/tests/tt/7289/1.html	(revision 6541)
@@ -0,0 +1,36 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #7289 - Delete paragraph above table</title>
+	<meta name="tags" content="editor,manual,all">
+	<script type="text/javascript" src="../../cktester/cell.js"></script>
+	<script>
+		YAHOO.util.Event.removeListener( window, 'load' );
+		window.onload = function ()
+		{
+			CKEDITOR.replace( 'editor1');
+		}
+	</script>
+</head>
+<body>
+<pre>
+=== Test 1 ===
+ 1. Set cursor in empty paragraph above table
+ 1. Select and delete paragraph using del or backspace
+ 1. Switch to source
+ * Empty paragraph above table should be removed.
+ 
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+<p>&nbsp;</p>
+<table border="1" cellpadding="1" cellspacing="1" style="width: 500px; ">
+  <tbody>
+   <tr><td>&nbsp;</td></tr>
+  </tbody>
+</table>
+<p>&nbsp;</p>
+</textarea>
+</body>
+</html>
