From 5b27e06ce21b82ce70015cf86d9cd4d72cb327ea Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 29 Sep 2016 07:16:40 +0200 Subject: [PATCH] Add xfailing test for #1945 --- tests/end2end/features/scroll.feature | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/end2end/features/scroll.feature b/tests/end2end/features/scroll.feature index b785247e4..0ad6d0e1b 100644 --- a/tests/end2end/features/scroll.feature +++ b/tests/end2end/features/scroll.feature @@ -304,3 +304,13 @@ Feature: Scrolling When I open data/hello.txt And I run :scroll-page 1 1 Then the page should not be scrolled + + ## issues + + @qtwebengine_todo: #1945 + Scenario: Relative scroll position with a position:absolute page + When I open data/scroll/position_absolute.html + And I run :scroll-perc 100 + And I wait until the scroll position changed + And I run :scroll-page --bottom-navigate next 0 1 + Then data/hello2.txt should be loaded