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-with-iframe-quirks.html')
-rw-r--r--node_modules/jquery.scrollto/tests/WinMaxY-with-iframe-quirks.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/node_modules/jquery.scrollto/tests/WinMaxY-with-iframe-quirks.html b/node_modules/jquery.scrollto/tests/WinMaxY-with-iframe-quirks.html
new file mode 100644
index 0000000000..a57e779ecc
--- /dev/null
+++ b/node_modules/jquery.scrollto/tests/WinMaxY-with-iframe-quirks.html
@@ -0,0 +1,10 @@
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <title>jQuery.scrollTo - Test Window MaxY with Iframe - Quirks Mode</title>
+</head>
+<body>
+ <h1>jQuery.scrollTo - Test Window MaxY with Iframe - Quirks Mode</h1>
+
+ <iframe src="WinMaxY-quirks.html" />
+</html>