Bug 161962 - [gtk] Several form test failed after r201471
Summary: [gtk] Several form test failed after r201471
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-14 08:01 PDT by Javier Fernandez
Modified: 2017-03-11 10:46 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Javier Fernandez 2016-09-14 08:01:15 PDT
The following form related tests failed after r201471

fast/forms/tabbing-input-iframe.html failed unexpectedly (image diff)
fast/forms/implicit-submission.html failed unexpectedly (text diff)

The following ones are flaky:

platform/gtk/fast/forms/menulist-typeahead-find.html
fast/forms/textarea-type-spaces.html
fast/forms/tabbing-input-iframe.html
fast/forms/search-cancel-button-events.html
Comment 1 Javier Fernandez 2016-09-15 02:29:26 PDT
this is the results in gtk port for the immplicit-submission.html test:

results/fast/forms/implicit-submission-actual.txt
@@ -21,9 +21,9 @@
 Single select should not submit: PASS
 Select with a submit should submit: FAIL
 Select with a disabled submit should not submit: PASS
-Multi-line select with a submit should submit: PASS
+Multi-line select with a submit should submit: FAIL
 Multi-line select with a disabled submit should not submit: PASS
-Text field and single select, text focused should submit: PASS
+Text field and single select, text focused should submit: FAIL
 Text field and single select, select focused should not submit: PASS
-Multiple text inputs with a button should submit: PASS
+Multiple text inputs with a button should submit: FAIL
 Multiple text inputs with a disabled button should not submit: PASS