[webkit-changes] [WebKit/WebKit] b8c193: Update few `editing/selection` tests from Blink / ...
Commit Queue
noreply at github.com
Thu Apr 11 11:04:02 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b8c193a2e7fb9d291f997b53a225fb70594f3988
https://github.com/WebKit/WebKit/commit/b8c193a2e7fb9d291f997b53a225fb70594f3988
Author: Ahmad Saleem <ahmad.saleem792 at gmail.com>
Date: 2024-04-11 (Thu, 11 Apr 2024)
Changed paths:
R LayoutTests/editing/selection/4947387.html
R LayoutTests/editing/selection/after-line-wrap.html
R LayoutTests/editing/selection/click-left-of-rtl-wrapping-text-expected.txt
R LayoutTests/editing/selection/click-left-of-rtl-wrapping-text.html
A LayoutTests/editing/selection/modify-move/move-by-paragraph-expected.txt
A LayoutTests/editing/selection/modify-move/move-by-paragraph.html
A LayoutTests/editing/selection/modify-move/move-forward-after-line-break-expected.txt
A LayoutTests/editing/selection/modify-move/move-forward-after-line-break.html
A LayoutTests/editing/selection/mouse/click-left-of-rtl-wrapping-text-expected.txt
A LayoutTests/editing/selection/mouse/click-left-of-rtl-wrapping-text.html
R LayoutTests/platform/gtk/editing/selection/4947387-expected.png
R LayoutTests/platform/gtk/editing/selection/4947387-expected.txt
R LayoutTests/platform/gtk/editing/selection/after-line-wrap-expected.png
R LayoutTests/platform/gtk/editing/selection/after-line-wrap-expected.txt
M LayoutTests/platform/ios/TestExpectations
R LayoutTests/platform/ios/editing/selection/4947387-expected.png
R LayoutTests/platform/ios/editing/selection/4947387-expected.txt
R LayoutTests/platform/ios/editing/selection/after-line-wrap-expected.png
R LayoutTests/platform/ios/editing/selection/after-line-wrap-expected.txt
R LayoutTests/platform/mac/editing/selection/4947387-expected.png
R LayoutTests/platform/mac/editing/selection/4947387-expected.txt
R LayoutTests/platform/mac/editing/selection/after-line-wrap-expected.png
R LayoutTests/platform/mac/editing/selection/after-line-wrap-expected.txt
M LayoutTests/platform/wincairo/TestExpectations
R LayoutTests/platform/wincairo/editing/selection/4947387-expected.txt
R LayoutTests/platform/wincairo/editing/selection/after-line-wrap-expected.txt
Log Message:
-----------
Update few `editing/selection` tests from Blink / Chromium
https://bugs.webkit.org/show_bug.cgi?id=272510
Reviewed by Ryosuke Niwa.
Merge: https://chromium.googlesource.com/chromium/src.git/+/f7bdce1813bc2651979ad6f2bab34be1d44bc098
This change do following updates:
=> '4947387.html' to 'modify-move/move-by-paragraph.html'
=> 'after-line-wrap.html' to 'modify-move/move-forward-after-line-break.html'
=> 'click-left-of-rtl-wrapping-text.html' to 'mouse/click-left-of-rtl-wrapping-text.html'
Additionally, by using `testharness` and `assert-selection`, it makes these
tests easier to maintain and highlight any platform specific failure better.
* LayoutTests/editing/selection/mouse/click-left-of-rtl-wrapping-text.html:
* LayoutTests/editing/selection/mouse/click-left-of-rtl-wrapping-text-expected.txt:
* LayoutTests/editing/selection/modify-move/move-forward-after-line-break.html:
* LayoutTests/editing/selection/modify-move/move-forward-after-line-break-expected.txt:
* LayoutTests/editing/selection/modify-move/move-by-paragraph.html:
* LayoutTests/editing/selection/modify-move/move-by-paragraph-expected.txt:
> Deleted Tests & Test Expectations:
* LayoutTests/editing/selection/4947387.html: Removed.
* LayoutTests/editing/selection/after-line-wrap.html: Removed.
* LayoutTests/editing/selection/click-left-of-rtl-wrapping-text-expected.txt: Removed.
* LayoutTests/editing/selection/click-left-of-rtl-wrapping-text.html: Removed.
* LayoutTests/platform/gtk/editing/selection/4947387-expected.png: Removed.
* LayoutTests/platform/gtk/editing/selection/4947387-expected.txt: Removed.
* LayoutTests/platform/gtk/editing/selection/after-line-wrap-expected.png: Removed.
* LayoutTests/platform/gtk/editing/selection/after-line-wrap-expected.txt: Removed.
* LayoutTests/platform/ios/editing/selection/4947387-expected.png: Removed.
* LayoutTests/platform/ios/editing/selection/4947387-expected.txt: Removed.
* LayoutTests/platform/ios/editing/selection/after-line-wrap-expected.png: Removed.
* LayoutTests/platform/ios/editing/selection/after-line-wrap-expected.txt: Removed.
* LayoutTests/platform/mac/editing/selection/4947387-expected.png: Removed.
* LayoutTests/platform/mac/editing/selection/4947387-expected.txt: Removed.
* LayoutTests/platform/mac/editing/selection/after-line-wrap-expected.png: Removed.
* LayoutTests/platform/mac/editing/selection/after-line-wrap-expected.txt: Removed.
* LayoutTests/platform/wincairo/editing/selection/4947387-expected.txt: Removed.
* LayoutTests/platform/wincairo/editing/selection/after-line-wrap-expected.txt: Removed.
> Test Expectations (Platform Specific)
* LayoutTests/platform/ios/TestExpectations: Updated test path
* LayoutTests/platform/wincairo/TestExpectations: Remove deleted tests
Canonical link: https://commits.webkit.org/277391@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list