Ticket #37882: 37882.diff
File 37882.diff, 588 bytes (added by , 8 years ago) |
---|
-
tests/qunit/wp-admin/js/customize-header.js
63 63 equal(this.model.shouldBeCropped(), false); 64 64 }); 65 65 66 test('should be cropped when the image has the same dimensions ofthe theme image', function() {66 test('should be cropped when the image width is greater than the theme image', function() { 67 67 this.model.set({ 68 68 themeFlexWidth: false, 69 69 themeFlexHeight: false,