mirror of
https://github.com/jquery/jquery.git
synced 2026-02-07 13:55:34 -05:00
Event: Make event aliases optional in unit tests
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<body>
|
||||
<a href="#" id="frame-link"></a>
|
||||
<script>
|
||||
jQuery("#frame-link").focus();
|
||||
jQuery( "#frame-link" ).trigger( "focus" );
|
||||
window.parent.iframeCallback( true );
|
||||
</script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user