Better tests

This commit is contained in:
mzabriskie
2015-01-26 18:08:51 -07:00
parent b6edbae3fc
commit fca0fdc115
@@ -157,6 +157,8 @@ describe('CSSPropertyOperations', function() {
spyOn(console, 'warn');
CSSPropertyOperations.createMarkupForStyles({
fontFamily: 'Helvetica, arial',
backgroundImage: 'url(foo;bar)',
backgroundColor: 'blue;',
color: 'red; '
});