[webkit-changes] [WebKit/WebKit] d68b95: [Win] editing/selection/caret-rtl-right.html is ra...
Fujii Hironori
noreply at github.com
Wed Oct 11 13:33:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d68b9530bdc4e3d8a998476a8152fd7a8097039c
https://github.com/WebKit/WebKit/commit/d68b9530bdc4e3d8a998476a8152fd7a8097039c
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2023-10-11 (Wed, 11 Oct 2023)
Changed paths:
M LayoutTests/platform/wincairo/TestExpectations
M LayoutTests/platform/wincairo/editing/deleting/smart-delete-004-expected.txt
M Tools/WebKitTestRunner/win/TestControllerWin.cpp
Log Message:
-----------
[Win] editing/selection/caret-rtl-right.html is randomly failing
https://bugs.webkit.org/show_bug.cgi?id=262460
Reviewed by Don Olmstead.
The following tests were randomly failing becuase a click sometimes
dispatched a double-click event.
editing/deleting/smart-delete-001.html
editing/deleting/smart-delete-003.html
editing/deleting/smart-delete-004.html
editing/selection/5057506.html
editing/selection/caret-ltr-right.html
editing/selection/caret-rtl-right.html
Reset the mouse position after the previous test not to dispatch a
fake double-click event for a click in the next page.
* LayoutTests/platform/wincairo/TestExpectations:
* LayoutTests/platform/wincairo/editing/deleting/smart-delete-004-expected.txt:
* Tools/WebKitTestRunner/win/TestControllerWin.cpp:
Canonical link: https://commits.webkit.org/269217@main
More information about the webkit-changes
mailing list