From e99a3ac7066226d00ff5828de596d4a4b3818c0c Mon Sep 17 00:00:00 2001
From: Michał Gołębiowski <m.goleb@gmail.com>
Date: Sun, 18 Oct 2015 17:26:56 -0400
Subject: Tests: Add Safari 9 support tests results

---
 test/unit/support.js | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

(limited to 'test/unit')

diff --git a/test/unit/support.js b/test/unit/support.js
index a62e57c73..a661843c3 100644
--- a/test/unit/support.js
+++ b/test/unit/support.js
@@ -127,6 +127,23 @@ testIframeWithCallback(
 			"radioValue": true,
 			"reliableMarginLeft": true
 		};
+	} else if ( /9\.0(\.\d+|) safari/i.test( userAgent ) ) {
+		expected = {
+			"ajax": true,
+			"boxSizingReliable": true,
+			"checkClone": true,
+			"checkOn": true,
+			"clearCloneStyle": true,
+			"cors": true,
+			"createHTMLDocument": true,
+			"focusin": false,
+			"noCloneChecked": true,
+			"optSelected": true,
+			"pixelMarginRight": true,
+			"pixelPosition": false,
+			"radioValue": true,
+			"reliableMarginLeft": true
+		};
 	} else if ( /8\.0(\.\d+|) safari/i.test( userAgent ) ) {
 		expected = {
 			"ajax": true,
-- 
cgit v1.2.3