aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/support/boxSizing.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/support/boxSizing.html')
-rw-r--r--test/data/support/boxSizing.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/data/support/boxSizing.html b/test/data/support/boxSizing.html
deleted file mode 100644
index 63c4c90b7..000000000
--- a/test/data/support/boxSizing.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <meta charset="utf-8">
- <style>
- body {
- zoom: 0.87;
- }
- </style>
-</head>
-<body>
-<script src="../../jquery.js"></script>
-<script>
- jQuery(function() {
- window.parent.iframeCallback( jQuery.support.boxSizing );
- });
-</script>
-</body>
-</html>