Opened 8 years ago
Last modified 5 years ago
#37882 new defect (bug)
Typo in the tests/qunit/wp-admin/js/customize-header.js
Reported by: | tymvie | Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | 3.9 |
Component: | Customize | Keywords: | has-patch dev-feedback |
Focuses: | Cc: |
Description
Fix test header in the 'Custom Header: HeaderImage shouldBeCropped()' module
Attachments (2)
Change History (7)
#2
in reply to:
↑ 1
@
8 years ago
@westonruter we only need the imageWidth to be greater than the themeWidth. Please see the new path
Note: See
TracTickets for help on using
tickets.
@tymvie thanks for the patch. Are you sure it is just the width or should it be width and height?
I see in the module it has:
And this test specifically has:
So note that the width and height are larger than their respective theme dimensions.