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