diff --git a/src/browser/ui/dom/__tests__/DOMPropertyOperations-test.js b/src/browser/ui/dom/__tests__/DOMPropertyOperations-test.js index 8ff6c1aaaf..7a6a681ff2 100644 --- a/src/browser/ui/dom/__tests__/DOMPropertyOperations-test.js +++ b/src/browser/ui/dom/__tests__/DOMPropertyOperations-test.js @@ -78,12 +78,12 @@ describe('DOMPropertyOperations', function() { expect(DOMPropertyOperations.createMarkupForProperty( 'checked', 'simple' - )).toBe('checked'); + )).toBe('checked=""'); expect(DOMPropertyOperations.createMarkupForProperty( 'checked', true - )).toBe('checked'); + )).toBe('checked=""'); expect(DOMPropertyOperations.createMarkupForProperty( 'checked', @@ -100,7 +100,7 @@ describe('DOMPropertyOperations', function() { expect(DOMPropertyOperations.createMarkupForProperty( 'download', true - )).toBe('download'); + )).toBe('download=""'); expect(DOMPropertyOperations.createMarkupForProperty( 'download',