mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-15 20:34:44 +00:00
overhaul tests
This commit is contained in:
3
test/apps/scroll/src/routes/_error.html
Normal file
3
test/apps/scroll/src/routes/_error.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<h1>{status}</h1>
|
||||
|
||||
<p>{error.message}</p>
|
||||
1
test/apps/scroll/src/routes/another-tall-page.html
Normal file
1
test/apps/scroll/src/routes/another-tall-page.html
Normal file
@@ -0,0 +1 @@
|
||||
<div style="height: 9999px"></div>
|
||||
1
test/apps/scroll/src/routes/index.html
Normal file
1
test/apps/scroll/src/routes/index.html
Normal file
@@ -0,0 +1 @@
|
||||
<h1>Great success!</h1>
|
||||
6
test/apps/scroll/src/routes/tall-page.html
Normal file
6
test/apps/scroll/src/routes/tall-page.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<div style="height: 9999px"></div>
|
||||
|
||||
<div id="foo">
|
||||
<a href="another-tall-page">link</a>
|
||||
<a href="another-tall-page" sapper-noscroll>link</a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user