aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/event.js
diff options
context:
space:
mode:
authorRichard Gibson <richard.gibson@gmail.com>2013-01-27 23:34:38 -0500
committerRichard Gibson <richard.gibson@gmail.com>2013-02-07 15:16:28 -0500
commit363299ac24aebbf2445207621840f44fcaaf670a (patch)
tree50f8e3041341118cb713e780a5cfa97853a6af89 /test/unit/event.js
parentf3db084f7cc73379b0d6f5341c987e2a801ea032 (diff)
downloadjquery-363299ac24aebbf2445207621840f44fcaaf670a.tar.gz
jquery-363299ac24aebbf2445207621840f44fcaaf670a.zip
Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.
Diffstat (limited to 'test/unit/event.js')
-rw-r--r--test/unit/event.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/event.js b/test/unit/event.js
index c72d873f0..f5dd149a3 100644
--- a/test/unit/event.js
+++ b/test/unit/event.js
@@ -1372,7 +1372,7 @@ test("Submit event can be stopped (#11049)", function() {
// Test beforeunload event only if it supported (i.e. not Opera)
if ( window.onbeforeunload === null ) {
asyncTest("on(beforeunload)", 1, function() {
- var iframe = jQuery(jQuery.parseHTML("<iframe src='data/onbeforeunload.html'><iframe>"));
+ var iframe = jQuery(jQuery.parseHTML("<iframe src='data/event/onbeforeunload.html'><iframe>"));
window.onmessage = function( event ) {
var payload = JSON.parse( event.data );