jquery/test/data/support/testElementCrash.html
2012-11-01 17:32:08 -04:00

18 lines
310 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style>
body {
background: url('../1x1.jpg');
}
</style>
<script src="../../../dist/jquery.js"></script>
</head>
<body>
<script>
window.parent.iframeCallback();
</script>
</body>
</html>