Tests: Be even more async for iOS

Ref 1d2df772b4
Closes gh-3643
This commit is contained in:
Richard Gibson 2017-04-24 22:59:18 -04:00 committed by GitHub
parent 9e121482a5
commit 87a2d3aae7

View File

@ -71,7 +71,7 @@
<script type="text/javascript" charset="utf-8"> <script type="text/javascript" charset="utf-8">
jQuery( function() { jQuery( function() {
window.scrollTo( 1, 2 ); window.scrollTo( 1, 2 );
startIframeTest(); setTimeout( startIframeTest, 13 );
} ); } );
</script> </script>
</head> </head>