Skip to content

Commit

Permalink
fix test in IE/FF.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Jun 28, 2016
1 parent c3355fd commit ec111f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/unit/styling-scoped-elements.html
Expand Up @@ -556,7 +556,7 @@
}

:host(.x-shared1) {
padding: 8px;
top: 10px;
};
</style>
</template>
Expand Down
2 changes: 1 addition & 1 deletion test/unit/styling-scoped.html
Expand Up @@ -415,7 +415,7 @@
t.textContent = 'host leak test';
t.classList.add('x-shared1');
document.body.appendChild(t);
assertComputed(t, '0px', 'padding');
assertComputed(t, 'auto', 'top');
});

});
Expand Down

0 comments on commit ec111f1

Please sign in to comment.