Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b8bd4de0bf5cd9bc3ab89baed85fbc9eb0457f54
      
https://github.com/WebKit/WebKit/commit/b8bd4de0bf5cd9bc3ab89baed85fbc9eb0457f54
  Author: Vitaly Dyachkov <vit...@igalia.com>
  Date:   2023-09-13 (Wed, 13 Sep 2023)

  Changed paths:
    M Tools/TestWebKitAPI/Tests/WebKitGLib/TestWebProcessExtensions.cpp
    M Tools/TestWebKitAPI/glib/TestExpectations.json

  Log Message:
  -----------
  [GTK][WPE] Test `/webkit/WebKitWebExtension/form-submission-steps` times out 
in the bots
https://bugs.webkit.org/show_bug.cgi?id=205333

Reviewed by Michael Catanzaro.

In this test, we submit a form on the same page twice. In some
circumstances, the first submission can cancel the second one.
When this happens, the test will time out.

The best way to prevent it is to reload the page before the second
submission.

Also, at the end of the test, we reload a page with no good reason.
This patch removes this piece of code.

* Tools/TestWebKitAPI/Tests/WebKitGLib/TestWebProcessExtensions.cpp:
(testWebProcessExtensionFormSubmissionSteps):
* Tools/TestWebKitAPI/glib/TestExpectations.json:

Canonical link: https://commits.webkit.org/267949@main


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to