Skip to content

Commit

Permalink
Popup: styling updates whitespace issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeluca committed Oct 14, 2014
1 parent 287d406 commit 2127bd1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/integration/popup/popup_core.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,14 +374,14 @@
textinput.focus();
},

{
focus: { src: textinput, event: "focus.popupFocusedAfterOpen2" }
},
{
focus: { src: textinput, event: "focus.popupFocusedAfterOpen2" }
},

function( result ) {
deepEqual( result.focus.timedOut, false, "Focus event received" );
deepEqual( document.activeElement === textinput[ 0 ], false,
"An input outside the popup is prevented from receiving focus while the popup is open" );
deepEqual( result.focus.timedOut, false, "Focus event received" );
deepEqual( document.activeElement === textinput[ 0 ], false,
"An input outside the popup is prevented from receiving focus while the popup is open" );
popup.popup( "close" );
},

Expand Down

0 comments on commit 2127bd1

Please sign in to comment.