mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Extend Safari exceptions beyond 10.1
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user