Index: /CKEditor/tests/tt/7879/1.html
===================================================================
--- /CKEditor/tests/tt/7879/1.html	(revision 7147)
+++ /CKEditor/tests/tt/7879/1.html	(revision 7147)
@@ -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: #7879 - Updating styles in table dialog</title>
+	<meta name="tags" content="editor,manual,all,tables,dialog">
+	<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>
+=== TC 1 ===
+ 1. Open table dialog.
+ 1. Switch to Advanced tab.
+ 1. Change style to "width: 700px".
+ 1. Switch to Table Properties tab. 
+  * Width should be updated from Advanced tab - style
+ 1. Press OK
+  * Table with width set to 700px should be added into edit area (check source)
+=== TC 2 ===
+ 1. On table added in  '''TC 1'''Open table context menu.
+  * Table settings should be the same as result of  '''TC 1'''
+
+Repeat with height and other options
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+</textarea>
+</body>
+</html>
