Bug 197248

Summary: [GTK] fast/events/autoscroll-when-input-is-offscreen.html is failing
Product: WebKit Reporter: Alicia Boya García <aboya>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: REOPENED ---    
Severity: Normal CC: bugs-noreply, dpino, magomez
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Alicia Boya García 2019-04-24 14:54:15 PDT
The following tests are failing on GTK since r244137:r244148, probably since they were introduced in r244141.

fast/events/autoscroll-when-input-is-offscreen.html
fast/events/autoscroll-with-software-keyboard.html

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/events/autoscroll-when-input-is-offscreen-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/events/autoscroll-when-input-is-offscreen-actual.txt
@@ -1,3 +1,3 @@
 This test focuses a form, them scrolls to the bottom of the page. Then text is entered in the form, and we check to make sure the page has scrolled so that the input is visible again.
-PASS: page has scrolled back to the top to show the element that has text being entered into it.
+FAIL: page has failed to scroll when entering text into a form that is offscreen.
 

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/events/autoscroll-with-software-keyboard-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/events/autoscroll-with-software-keyboard-actual.txt
@@ -1,4 +1,4 @@
 This test presses return until the cursor would be behind the keyboard, forcing the content to be scrolled to stay in view with a software keyboard on screen.
-PASS: page has scrolled when caret is behind software keyboard.
-PASS: page has continuted to scroll when caret is beyond the edge of the screen.
+FAIL: page has failed to scroll when caret is behind software keyboard.
+FAIL: page has failed to scroll when caret is beyond the edge of the screen.
Comment 1 Miguel Gomez 2019-08-08 06:31:19 PDT
fast/events/autoscroll-when-input-is-offscreen.html [ Crash ]
fast/events/autoscroll-with-software-keyboard.html [ Crash ]

These tests are now crashing as reported in bug 200534. Adding the crash expectation so we can keep this previous expectation once the crash is fixed.
Comment 2 Diego Pino 2023-07-06 03:22:50 PDT
Fixed by 265793@main
Comment 3 Diego Pino 2023-07-06 06:50:01 PDT
Sorry, this test was not fixed by 265793@main. I will re-open it again.

The following tests are still crashing:

fast/events/autoscroll-when-input-is-offscreen.html
fast/events/autoscroll-with-software-keyboard.html
fast/events/before-input-prevent-insert-replacement.html
fast/events/input-event-insert-replacement.html

The tests crash due to unimplemented features in WPE's UIScriptController. I prefer to marke the tests as Skip instead of Crash, because we know the reason why they're crashing.