parent
294534cf66
commit
d8079515fa
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Scrolling</title>
|
||||
<script>requestAnimationFrame(() => console.log('position_absolute loaded'))</script>
|
||||
</head>
|
||||
<body style="position: absolute">
|
||||
<a href="/data/hello.txt" id="link">Just a link</a>
|
||||
|
|
|
|||
|
|
@ -327,6 +327,7 @@ Feature: Scrolling
|
|||
|
||||
Scenario: Relative scroll position with a position:absolute page
|
||||
When I open data/scroll/position_absolute.html
|
||||
And I wait for "* position_absolute loaded" in the log
|
||||
And I run :scroll-to-perc 100
|
||||
And I wait until the scroll position changed
|
||||
And I run :scroll-page --bottom-navigate next 0 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue