From a78732ffe794b64f98ab12cff2a32e7e726b3b6f Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Thu, 12 Jul 2018 17:57:34 -0700 Subject: [PATCH] Extend Safari exceptions beyond 10.1 --- test/unit/styling-cross-scope-var.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/styling-cross-scope-var.html b/test/unit/styling-cross-scope-var.html index 41ec306765..eb1c60b8d5 100644 --- a/test/unit/styling-cross-scope-var.html +++ b/test/unit/styling-cross-scope-var.html @@ -769,7 +769,7 @@ }); test('instances of scoped @keyframes', function(done) { - if (navigator.userAgent.match(/Safari\/60(3|4)/) && ShadyCSS.nativeCss && ShadyCSS.nativeShadow) { + if (navigator.userAgent.match(/Safari/) && ShadyCSS.nativeCss && ShadyCSS.nativeShadow) { // `:nth-of-type` is broken in shadow roots on Safari 10.1 // https://bugs.webkit.org/show_bug.cgi?id=166748 this.skip();