From 1b98a907efdfe27831abcf0523ae9055941dcf25 Mon Sep 17 00:00:00 2001 From: dclovec Date: Wed, 4 May 2016 13:50:21 +0800 Subject: [PATCH] add two demo files. The file "test-body.html" tests default scroll element(body), file "test-container.html" tests custom scroll element. --- test/test-body.html | 73 ++++++++++++++++++++++++++++++++++ test/test-container.html | 85 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 158 insertions(+) create mode 100644 test/test-body.html create mode 100644 test/test-container.html diff --git a/test/test-body.html b/test/test-body.html new file mode 100644 index 0000000..1f8730c --- /dev/null +++ b/test/test-body.html @@ -0,0 +1,73 @@ + + + + + + test page + + + + + + + \ No newline at end of file diff --git a/test/test-container.html b/test/test-container.html new file mode 100644 index 0000000..767d42e --- /dev/null +++ b/test/test-container.html @@ -0,0 +1,85 @@ + + + + + + test page + + + +
+

Tlists

+ +
+ + + + \ No newline at end of file