mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 06:55:02 -05:00
18 lines
441 B
HTML
18 lines
441 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>IE11 onpageshow strangeness (#14894)</title>
|
|
<script src="../../jquery.js"></script>
|
|
<script src="../iframeTest.js"></script>
|
|
<script>
|
|
$(function(){
|
|
startIframeTest( $( "body" ).data().result );
|
|
});
|
|
</script>
|
|
</head>
|
|
<body x-what="test" data-result="ok" onload="x=1" onpageshow="x=1">
|
|
Test for #14894
|
|
</body>
|
|
</html>
|