aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/event/focusElem.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/event/focusElem.html')
-rw-r--r--test/data/event/focusElem.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/data/event/focusElem.html b/test/data/event/focusElem.html
index a9a976518..1940e8b61 100644
--- a/test/data/event/focusElem.html
+++ b/test/data/event/focusElem.html
@@ -5,12 +5,13 @@
<title>.focus() (activeElement access #13393)</title>
<script src="../../jquery.js"></script>
+ <script src="../iframeTest.js"></script>
</head>
<body>
<a href="#" id="frame-link"></a>
<script>
jQuery( "#frame-link" ).trigger( "focus" );
- window.parent.iframeCallback( true );
+ startIframeTest( true );
</script>
</body>
</html>