Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/jquery.scrollto/tests/WinMaxY-compat.html')
-rw-r--r--node_modules/jquery.scrollto/tests/WinMaxY-compat.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/node_modules/jquery.scrollto/tests/WinMaxY-compat.html b/node_modules/jquery.scrollto/tests/WinMaxY-compat.html
new file mode 100644
index 0000000000..b738699761
--- /dev/null
+++ b/node_modules/jquery.scrollto/tests/WinMaxY-compat.html
@@ -0,0 +1,19 @@
+<!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">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <title>jQuery.scrollTo - Test Window MaxY - Compat Mode</title>
+ <script type="text/javascript" src="https://code.jquery.com/jquery-1.11.0.js"></script>
+ <script type="text/javascript" src="../jquery.scrollTo.js"></script>
+ <script type="text/javascript" src="test.js"></script>
+</head>
+<body>
+ <h1>jQuery.scrollTo - Test Window MaxY - Compat Mode</h1>
+
+ <div id="ua" style="height:1500px; width:500px; padding:0 50px; background-color:#AAA">
+ &nbsp;
+ </div>
+ <script type="text/javascript">
+ $(window).test();
+ </script>
+</html>