Extend Safari exceptions beyond 10.1

This commit is contained in:
Kevin Schaaf
2018-07-12 17:57:34 -07:00
parent b1aa3058ca
commit a78732ffe7

View File

@@ -769,7 +769,7 @@ test('variables in @keyframes', function(done) {
});
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();