Make WordPress Core

Ticket #37882: 37882.diff

File 37882.diff, 588 bytes (added by tymvie, 8 years ago)
  • tests/qunit/wp-admin/js/customize-header.js

     
    6363                equal(this.model.shouldBeCropped(), false);
    6464        });
    6565
    66         test('should be cropped when the image has the same dimensions of the theme image', function() {
     66        test('should be cropped when the image width is greater than the theme image', function() {
    6767                this.model.set({
    6868                        themeFlexWidth: false,
    6969                        themeFlexHeight: false,