diff --git a/src/browser/ui/dom/__tests__/CSSPropertyOperations-test.js b/src/browser/ui/dom/__tests__/CSSPropertyOperations-test.js index 0f4287122d..e8fb873fa5 100644 --- a/src/browser/ui/dom/__tests__/CSSPropertyOperations-test.js +++ b/src/browser/ui/dom/__tests__/CSSPropertyOperations-test.js @@ -157,6 +157,8 @@ describe('CSSPropertyOperations', function() { spyOn(console, 'warn'); CSSPropertyOperations.createMarkupForStyles({ + fontFamily: 'Helvetica, arial', + backgroundImage: 'url(foo;bar)', backgroundColor: 'blue;', color: 'red; ' });