This commit is contained in:
Daniel Freedman 2016-01-15 15:58:48 -08:00
parent 07d8c0622e
commit b1ea014529

View File

@ -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');
});