mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
add test
This commit is contained in:
parent
07d8c0622e
commit
b1ea014529
@ -231,6 +231,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
|
||||
test('svg elements properly scoped', function() {
|
||||
assert.include(styled.$.circle.getAttribute('class'), 'style-scope x-styled');
|
||||
assert.notInclude(styled.$.circle.getAttribute('class'), 'null');
|
||||
assertComputed(styled.$.circle, '1px', 'strokeWidth');
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user