We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c0ebc commit 624189aCopy full SHA for 624189a
test/unit/dir.html
@@ -57,7 +57,7 @@
57
static get is() {return 'x-inner-dir';}
58
}
59
customElements.define(XInnerDir.is, XInnerDir);
60
- })
+ });
61
</script>
62
</dom-module>
63
test/unit/styling-cross-scope-var.html
@@ -790,7 +790,7 @@
790
});
791
792
test('instances of scoped @keyframes', function(done) {
793
- if (navigator.userAgent.match(/Safari\/603/) && ShadyCSS.nativeCss && ShadyCSS.nativeShadow) {
+ if (navigator.userAgent.match(/Safari\/60(3|4)/) && ShadyCSS.nativeCss && ShadyCSS.nativeShadow) {
794
// `:nth-of-type` is broken in shadow roots on Safari 10.1
795
// https://bugs.webkit.org/show_bug.cgi?id=166748
796
this.skip();
0 commit comments