Index: /CKEditor/tests/dt/plugins/link/link.html
===================================================================
--- /CKEditor/tests/dt/plugins/link/link.html	(revision 4846)
+++ /CKEditor/tests/dt/plugins/link/link.html	(revision 4847)
@@ -77,4 +77,5 @@
 		return	{
 
+			shouldIgnoreAllBut : ( CKTESTER.mode == 'managed' && CKEDITOR.env.webkit ) ? [ '' ] : [],
 			/**
 			 *  Test remove numbered list with 'enterMode = BR'.
Index: /CKEditor/tests/tt/3664/1.html
===================================================================
--- /CKEditor/tests/tt/3664/1.html	(revision 4846)
+++ /CKEditor/tests/tt/3664/1.html	(revision 4847)
@@ -12,4 +12,7 @@
 	// Local references.
 	return {
+
+		shouldIgnoreAllBut : ( CKTESTER.mode == 'managed' && CKEDITOR.env.webkit ) ? [ '' ] : [],
+
 		/**
 		 * Test insert table into an empty document, it's expected that the
Index: /CKEditor/tests/tt/4445/1.html
===================================================================
--- /CKEditor/tests/tt/4445/1.html	(revision 4846)
+++ /CKEditor/tests/tt/4445/1.html	(revision 4847)
@@ -19,4 +19,6 @@
 	ts.add( tc = new YAHOO.tool.TestCase(
 		{
+			shouldIgnoreAllBut : ( CKTESTER.mode == 'managed' && CKEDITOR.env.webkit ) ? [ '' ] : [],
+			
 			/**
 			 * Test the editor is fully interactive in setData callback.
