From fca0fdc115dce9df0c2e4fc04c52ab3b7bd0bf5d Mon Sep 17 00:00:00 2001 From: mzabriskie Date: Mon, 26 Jan 2015 18:08:51 -0700 Subject: [PATCH] Better tests --- src/browser/ui/dom/__tests__/CSSPropertyOperations-test.js | 2 ++ 1 file changed, 2 insertions(+) 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; ' });