2013-09-17 22:51:54 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
2022-01-04 15:27:18 +00:00
|
|
|
<title>focusin event cross-frame (trac-14180)</title>
|
2013-09-17 22:51:54 +00:00
|
|
|
|
|
|
|
<script src="../../jquery.js"></script>
|
2016-04-10 19:42:44 +00:00
|
|
|
<script src="../iframeTest.js"></script>
|
2013-09-17 22:51:54 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<input type="text" id="frame-input" />
|
|
|
|
<script>
|
|
|
|
// Call parent when this frame is fully loaded, it will mess with #frame-input
|
|
|
|
jQuery( window ).one( "load", function() {
|
2016-04-10 19:42:44 +00:00
|
|
|
startIframeTest();
|
2013-09-17 22:51:54 +00:00
|
|
|
});
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|