Bug 230414 - [GTK] test editing/selection/doubleclick-beside-cr-span.html fails after r282202
Summary: [GTK] test editing/selection/doubleclick-beside-cr-span.html fails after r282202
Status: RESOLVED DUPLICATE of bug 235266
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-17 11:04 PDT by Arcady Goldmints-Orlov
Modified: 2022-01-17 09:52 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arcady Goldmints-Orlov 2021-09-17 11:04:51 PDT
This test was changed to be more strict in r282202 and has started failing on GTK as a result with the following diff:

--- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/editing/selection/doubleclick-beside-cr-span-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/editing/selection/doubleclick-beside-cr-span-actual.txt
@@ -22,12 +22,26 @@
 Passed totest_tab_out (with contentEditable)
 Passed totest_multiple_whitespaces_out
 Passed totest_multiple_whitespaces_out (with contentEditable)
-Passed totest_linebreak_in
-Passed totest_linebreak_in (with contentEditable)
-Passed totest_tab_in
-Passed totest_tab_in (with contentEditable)
-Passed totest_multiple_whitespaces_in
-Passed totest_multiple_whitespaces_in (with contentEditable)
+Failed totest_linebreak_in
+  Expected: select6
+
+  Actual: use
+Failed totest_linebreak_in (with contentEditable)
+  Expected: select6
+
+  Actual: use
+Failed totest_tab_in
+  Expected: select7	
+  Actual: use
+Failed totest_tab_in (with contentEditable)
+  Expected: select7	
+  Actual: use
+Failed totest_multiple_whitespaces_in
+  Expected: select8
+  Actual: with
+Failed totest_multiple_whitespaces_in (with contentEditable)
+  Expected: select8
+  Actual: with
 Passed totest_multiple_word_in_span
 Passed totest_multiple_word_in_span (with contentEditable)
 Passed totest_word_before_here_in_line
@@ -68,10 +82,18 @@
 Passed totest_multiple_whitespaces_out_preline (with contentEditable)
 Passed totest_linebreak_in_preline
 Passed totest_linebreak_in_preline (with contentEditable)
-Passed totest_tab_in_preline
-Passed totest_tab_in_preline (with contentEditable)
-Passed totest_multiple_whitespaces_in_preline
-Passed totest_multiple_whitespaces_in_preline (with contentEditable)
+Failed totest_tab_in_preline
+  Expected: select5	
+  Actual: use
+Failed totest_tab_in_preline (with contentEditable)
+  Expected: select5	
+  Actual: use
+Failed totest_multiple_whitespaces_in_preline
+  Expected: select6
+  Actual: cases
+Failed totest_multiple_whitespaces_in_preline (with contentEditable)
+  Expected: select6
+  Actual: cases
 Passed totest_linebreak_out_nowrap
 Passed totest_linebreak_out_nowrap (with contentEditable)
 Passed totest_tab_out_nowrap
Comment 1 Arcady Goldmints-Orlov 2022-01-17 09:52:40 PST
This has been fixed by r288070 allowing LFC integration to work with the complex text path.

*** This bug has been marked as a duplicate of bug 235266 ***