Neues Initialrelease mit IonicMaterial
This commit is contained in:
17
www/lib/jQuery/test/data/support/testElementCrash.html
Normal file
17
www/lib/jQuery/test/data/support/testElementCrash.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!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.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
window.parent.iframeCallback();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user