Skip to content

Commit

Permalink
Merge 7f46b5e into 9b0f4f0
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Mar 22, 2017
2 parents 9b0f4f0 + 7f46b5e commit 63535a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/index.html
Expand Up @@ -47,8 +47,7 @@
'resizing.html',
'doctype.html'
].reduce(function(suites, suite) {
var isChrome = /Chrome/.test(navigator.userAgent) && /Google Inc/.test(navigator.vendor);
if (isChrome) {
if (document.head.createShadowRoot || document.head.attachShadow) {
// Full shadow polyfill isn't currently supported
return suites.concat([suite, suite + '?dom=shadow']);
} else {
Expand Down

0 comments on commit 63535a4

Please sign in to comment.