[webkit-changes] [WebKit/WebKit] b8bd4d: [GTK][WPE] Test `/webkit/WebKitWebExtension/form-s...

Vitaly Dyachkov noreply at github.com
Wed Sep 13 07:43:06 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b8bd4de0bf5cd9bc3ab89baed85fbc9eb0457f54
      https://github.com/WebKit/WebKit/commit/b8bd4de0bf5cd9bc3ab89baed85fbc9eb0457f54
  Author: Vitaly Dyachkov <vitaly at 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




More information about the webkit-changes mailing list