Index: /CKEditor/tests/tt/7268/1.html
===================================================================
--- /CKEditor/tests/tt/7268/1.html	(revision 6533)
+++ /CKEditor/tests/tt/7268/1.html	(revision 6533)
@@ -0,0 +1,39 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #7277 - Skins: Kama, zoom In/Out </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',
+			{
+				skin : 'kama'
+			});
+		}
+	</script>
+</head>
+<body>
+<pre>
+=== TC 1 ===
+ 1. Zoom in to 150%
+ 1. Check editor if it looks normally, and no skin element is missing.
+ 1. Check dropdown lists and dialog windows if everything is working and looking normally
+ === TC 2 ===
+ 1. Zoom out to 50%
+ 1. Check editor if it looks normally, and no skin element is missing.
+ 1. Check dropdown lists and dialog windows if everything is working and looking normally
+ === TC 3 ===
+ 1. reset zoom to 100%
+ 1. Check editor if it looks normally, and no skin element is missing.
+ 1. Check dropdown lists and dialog windows if everything is working and looking normally
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+Test line of text
+</textarea>
+</body>
+</html>
Index: /CKEditor/tests/tt/7268/2.html
===================================================================
--- /CKEditor/tests/tt/7268/2.html	(revision 6533)
+++ /CKEditor/tests/tt/7268/2.html	(revision 6533)
@@ -0,0 +1,39 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #7277 - Skins: Office2003, zoom In/Out </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',
+			{
+				skin : 'office2003'
+			});
+		}
+	</script>
+</head>
+<body>
+<pre>
+=== TC 1 ===
+ 1. Zoom in to 150%
+ 1. Check editor if it looks normally, and no skin element is missing.
+ 1. Check dropdown lists and dialog windows if everything is working and looking normally
+ === TC 2 ===
+ 1. Zoom out to 50%
+ 1. Check editor if it looks normally, and no skin element is missing.
+ 1. Check dropdown lists and dialog windows if everything is working and looking normally
+ === TC 3 ===
+ 1. reset zoom to 100%
+ 1. Check editor if it looks normally, and no skin element is missing.
+ 1. Check dropdown lists and dialog windows if everything is working and looking normally
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+Test line of text
+</textarea>
+</body>
+</html>
Index: /CKEditor/tests/tt/7268/3.html
===================================================================
--- /CKEditor/tests/tt/7268/3.html	(revision 6533)
+++ /CKEditor/tests/tt/7268/3.html	(revision 6533)
@@ -0,0 +1,39 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #7277 - Skins: v2, zoom In/Out </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',
+			{
+				skin : 'v2'
+			});
+		}
+	</script>
+</head>
+<body>
+<pre>
+=== TC 1 ===
+ 1. Zoom in to 150%
+ 1. Check editor if it looks normally, and no skin element is missing.
+ 1. Check dropdown lists and dialog windows if everything is working and looking normally
+ === TC 2 ===
+ 1. Zoom out to 50%
+ 1. Check editor if it looks normally, and no skin element is missing.
+ 1. Check dropdown lists and dialog windows if everything is working and looking normally
+ === TC 3 ===
+ 1. reset zoom to 100%
+ 1. Check editor if it looks normally, and no skin element is missing.
+ 1. Check dropdown lists and dialog windows if everything is working and looking normally
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+Test line of text
+</textarea>
+</body>
+</html>
