Skip to content

Commit

Permalink
Extend Safari exceptions beyond 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Jul 13, 2018
1 parent b1aa305 commit a78732f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/styling-cross-scope-var.html
Expand Up @@ -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();
Expand Down

0 comments on commit a78732f

Please sign in to comment.