Skip to content

Commit

Permalink
fix tests on !chrome browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Sep 24, 2016
1 parent fea64b9 commit 7ce981b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/styling-scoped.html
Expand Up @@ -332,6 +332,7 @@
test('ShadowRoot-wide selectors', function() {
var e = document.createElement('root-styles');
document.body.appendChild(e);
CustomElements.takeRecords();
// :root
assertComputed(e.$.child, 'rgb(123, 123, 123)', 'color');
// :host > *
Expand Down

0 comments on commit 7ce981b

Please sign in to comment.