Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Remove resetStyleInheritance support as it has been removed from Shad…
Browse files Browse the repository at this point in the history
…owDOM
  • Loading branch information
sorvell committed Mar 21, 2014
1 parent c690632 commit 79f26df
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 61 deletions.
2 changes: 0 additions & 2 deletions src/instance/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@
if (template) {
// make a shadow root
var root = this.createShadowRoot();
// migrate flag(s)
root.resetStyleInheritance = this.resetStyleInheritance;
// stamp template
// which includes parsing and applying MDV bindings before being
// inserted (to avoid {{}} in attribute values)
Expand Down
58 changes: 0 additions & 58 deletions test/html/styling/apply-reset-styles.html

This file was deleted.

1 change: 0 additions & 1 deletion test/js/styling.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ htmlSuite('styling', function() {
htmlTest('html/styling/sheet-order.html');
htmlTest('html/styling/sheet-scope.html');
htmlTest('html/styling/sheet-main-doc.html');
htmlTest('html/styling/apply-reset-styles.html');
htmlTest('html/styling/unresolved.html');
});

0 comments on commit 79f26df

Please sign in to comment.