diff options
Diffstat (limited to 'test/data/support/testElementCrash.html')
-rw-r--r-- | test/data/support/testElementCrash.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/test/data/support/testElementCrash.html b/test/data/support/testElementCrash.html deleted file mode 100644 index 16de48ce1..000000000 --- a/test/data/support/testElementCrash.html +++ /dev/null @@ -1,17 +0,0 @@ -<!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="../../jquery.js"></script> -</head> -<body> - <script> - window.parent.iframeCallback(); - </script> -</body> -</html> |