diff --git a/tests/qunit/fixtures/customize-settings.js b/tests/qunit/fixtures/customize-settings.js index bc92c4c7b1..a1821c0b88 100644 --- a/tests/qunit/fixtures/customize-settings.js +++ b/tests/qunit/fixtures/customize-settings.js @@ -3,7 +3,7 @@ window.wp.customize = window.wp.customize || { get: function(){} }; var customizerRootElement; customizerRootElement = jQuery( '
' ); -customizerRootElement.css( { position: 'absolute', top: -1000 } ); // remove from view +customizerRootElement.css( { position: 'absolute', left: -1000 } ); // remove from view jQuery( document.body ).append( customizerRootElement ); window._wpCustomizeSettings = {