Bug 178591 - [GTK] REGRESSION(r223708): Tests covering keyboard events during provisional navigation are failing
Summary: [GTK] REGRESSION(r223708): Tests covering keyboard events during provisional ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2017-10-20 10:13 PDT by Zan Dobersek
Modified: 2017-10-20 10:13 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2017-10-20 10:13:43 PDT
The two tests added in r223708 are failing.
https://trac.webkit.org/changeset/223708/webkit

http/tests/navigation/keyboard-events-during-provisional-navigation.html:
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/navigation/keyboard-events-during-provisional-navigation-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/navigation/keyboard-events-during-provisional-navigation-actual.txt
@@ -42,5 +42,5 @@
 CONSOLE MESSAGE: line 18: textInputevent dispatched (isTrusted: true).
 CONSOLE MESSAGE: line 18: beforeinputevent dispatched (isTrusted: true).
 CONSOLE MESSAGE: line 18: inputevent dispatched (isTrusted: true).
-CONSOLE MESSAGE: line 58: Input element value after text input events: "acd".
+CONSOLE MESSAGE: line 58: Input element value after text input events: "ac".
 

http/tests/navigation/keyboard-events-during-provisional-subframe-navigation.html:
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/navigation/keyboard-events-during-provisional-subframe-navigation-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/navigation/keyboard-events-during-provisional-subframe-navigation-actual.txt
@@ -42,5 +42,5 @@
 CONSOLE MESSAGE: line 18: textInputevent dispatched (isTrusted: true).
 CONSOLE MESSAGE: line 18: beforeinputevent dispatched (isTrusted: true).
 CONSOLE MESSAGE: line 18: inputevent dispatched (isTrusted: true).
-CONSOLE MESSAGE: line 58: Input element value after text input events: "acd".
+CONSOLE MESSAGE: line 58: Input element value after text input events: "ac".