[Webkit-unassigned] [Bug 223862] [GTK] REGRESSION(r274919?): Several accessibility tests are failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 28 22:09:12 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=223862

--- Comment #1 from Diego Pino <dpino at igalia.com> ---
Here is the output of one failing test:

https://build.webkit.org/results/GTK-Linux-64-bit-Release-Tests/r275155%20%28883%29/accessibility/gtk/text-for-range-embedded-objects-diff.txt

--- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/accessibility/gtk/text-for-range-embedded-objects-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/accessibility/gtk/text-for-range-embedded-objects-actual.txt
@@ -9,9 +9,9 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


-PASS paragraph1.stringForRange(0, -1) is 'Choose: foo bar (pick one)'
-PASS paragraph2.stringForRange(0, -1) is 'Choose:  (pick one)'
-PASS paragraph3.stringForRange(0, -1) is ''
+FAIL paragraph1.stringForRange(0, -1) should be Choose: foo bar (pick one). Was .
+FAIL paragraph2.stringForRange(0, -1) should be Choose:  (pick one). Was .
+FAIL paragraph3.stringForRange(0, -1) should be . Was .
 PASS successfullyParsed is true

 TEST COMPLETE

It seems the problem is in the call `paragraph.stringForRange(0, -1)` which instead of returning the whole text of the paragraph is now returning an empty string.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210329/dacc99b3/attachment-0001.htm>


More information about the webkit-unassigned mailing list