Skip to content

Commit 180a92f

Browse files
author
Elliott Marquez
committed
add sill-relevant, deleted tests back in
1 parent d913614 commit 180a92f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/unit/shady-unscoped-style.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@
9999
var el1 = document.querySelector('my-element');
100100
var el2 = document.querySelector('my-element2');
101101

102+
test('unscoped styles apply', function() {
103+
assertComputed(el1.$.fromStyle, '1px');
104+
assertComputed(el2.$.fromStyle, '1px');
105+
});
106+
102107
test('shared and @apply apply when used with unscoped styles', function() {
103108
assertComputed(el1.$.fromStyle, '10px', 'padding-top');
104109
assertComputed(el1.$.normal, '3px');

0 commit comments

Comments
 (0)