aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/dimensions/documentLarge.html
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2012-02-25 13:13:16 -0500
committerDave Methvin <dave.methvin@gmail.com>2012-03-02 11:45:30 -0500
commit5cae50e66e34c277412c01ccb1c24bd6a85d2d8a (patch)
tree471a098956d7ac8af0e1bcf74221b344d722e57d /test/data/dimensions/documentLarge.html
parentda02e190b5fa57d56a6561ac64209c36c64c4ecd (diff)
downloadjquery-5cae50e66e34c277412c01ccb1c24bd6a85d2d8a.tar.gz
jquery-5cae50e66e34c277412c01ccb1c24bd6a85d2d8a.zip
Fix #3838, $(document).height() incorrect in IE6
May still be broken in Netscape Navigator 4.
Diffstat (limited to 'test/data/dimensions/documentLarge.html')
-rw-r--r--test/data/dimensions/documentLarge.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/data/dimensions/documentLarge.html b/test/data/dimensions/documentLarge.html
new file mode 100644
index 000000000..8b434e719
--- /dev/null
+++ b/test/data/dimensions/documentLarge.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr" id="html">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <style>
+ body {
+ width: 1000px;
+ height: 1000px;
+ }
+ </style>
+</head>
+<body>
+ <div>
+ <script src="../include_js.php"></script>
+ </div>
+</body>
+</html> \ No newline at end of file