aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/event
diff options
context:
space:
mode:
authorOleg Gaidarenko <markelog@gmail.com>2013-11-29 12:15:05 +0400
committerOleg Gaidarenko <markelog@gmail.com>2014-06-16 03:08:46 +0400
commitbbdfbb4ee859fe9319b348d88120ddc2c9efbd63 (patch)
treee1414009afea419718e875dfc85deec8f3558d23 /test/data/event
parente488d985cfb10ab8c684bbc6a9b8ff3eae23bf83 (diff)
downloadjquery-bbdfbb4ee859fe9319b348d88120ddc2c9efbd63.tar.gz
jquery-bbdfbb4ee859fe9319b348d88120ddc2c9efbd63.zip
Ajax: Always use script injection in globalEval
Fixes #14757 Closes gh-1449
Diffstat (limited to 'test/data/event')
-rw-r--r--test/data/event/longLoadScript.php4
-rw-r--r--test/data/event/syncReady.html2
2 files changed, 1 insertions, 5 deletions
diff --git a/test/data/event/longLoadScript.php b/test/data/event/longLoadScript.php
deleted file mode 100644
index ba47168b4..000000000
--- a/test/data/event/longLoadScript.php
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-sleep((int)$_GET['sleep']);
-header('Content-type: text/javascript');
-?> \ No newline at end of file
diff --git a/test/data/event/syncReady.html b/test/data/event/syncReady.html
index e0885707e..dfa9ac337 100644
--- a/test/data/event/syncReady.html
+++ b/test/data/event/syncReady.html
@@ -17,7 +17,7 @@ jQuery( document ).ready(function () {
oldIE into thinking the dom is ready, but it's not...
leaving this check here for future trailblazers to attempt
fixing this...-->
-<script type="text/javascript" src="longLoadScript.php?sleep=1"></script>
+<script type="text/javascript" src="../longLoadScript.php?sleep=1"></script>
<div id="container" style="height: 300px"></div>
</body>
</html>