Skip to content

Commit

Permalink
Depend on webcomponents and shadycss with shady-unscoped support
Browse files Browse the repository at this point in the history
Disable multi-styles test until that feature is fully implemented in
ShadyCSS
  • Loading branch information
dfreedm committed Nov 18, 2017
1 parent 518b469 commit 8241b88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"url": "https://github.com/Polymer/polymer.git"
},
"dependencies": {
"shadycss": "webcomponents/shadycss#^v1.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^v1.0.2"
"shadycss": "webcomponents/shadycss#^v1.1.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^v1.0.19"
},
"devDependencies": {
"web-component-tester": "^v6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/runner.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
'unit/render-status.html',
'unit/dir.html',
'unit/shady-unscoped-style.html',
'unit/multi-style.html'
// 'unit/multi-style.html'
];

// http://eddmann.com/posts/cartesian-product-in-javascript/
Expand Down
5 changes: 0 additions & 5 deletions test/unit/shady-unscoped-style.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,9 @@
});

test('@apply does not apply under ShadyDOM for shady-unscoped styles', function() {
if (!window.ShadyDOM) {
this.skip();
}
assertComputed(el1.$.fromStyle, '0px', 'margin-top');
assertComputed(el2.$.fromStyle, '0px', 'margin-top');
});


});
</script>
</body>
Expand Down

0 comments on commit 8241b88

Please sign in to comment.