Bug 291603
| Summary: | New Test (292698@main): [ Sequoia wk1 ] accessibility/text-marker/text-marker-debug-description.html is a consistent failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Rackler <rackler> |
| Component: | New Bugs | Assignee: | Andres Gonzalez <andresg_22> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | andresg_22, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Karl Rackler
Description:
accessibility/text-marker/text-marker-debug-description.html
The test was added at 292698@main and has been a consistent failure on Sequoia wk1 since then.
This issue can be reproduced using the command:
run-webkit-tests --debug --no-retry --force -1 --iterations=1 accessibility/text-marker/text-marker-debug-description.html
History:
https://results.webkit.org/?suite=layout-tests&test=accessibility%2Ftext-marker%2Ftext-marker-debug-description.html&flavor=wk1
Diff:
@@ -1,21 +1,7 @@
-This tests the AXTextMarker and AXTextMarkerRange DebugDescription APIs.
-
-text:
-text: 'some text', start: {role StaticText, anchor 0, affinity 1, offset 0, charStart 0, charOffset 0, origin Unknown}, end: {role StaticText, anchor 0, affinity 1, offset 9, charStart 0, charOffset 9, origin Unknown}
-
-role StaticText, anchor 0, affinity 1, offset 0, charStart 0, charOffset 0, origin Unknown
-
-role StaticText, anchor 0, affinity 1, offset 9, charStart 0, charOffset 9, origin Unknown
-
-link:
-text: 'Click on the hypertext.', start: {role StaticText, anchor 0, affinity 1, offset 0, charStart 0, charOffset 0, origin Unknown}, end: {role StaticText, anchor 0, affinity 1, offset 23, charStart 0, charOffset 23, origin Unknown}
-
-role StaticText, anchor 0, affinity 1, offset 0, charStart 0, charOffset 0, origin Unknown
-
-role StaticText, anchor 0, affinity 1, offset 23, charStart 0, charOffset 23, origin Unknown
-
-
-PASS successfullyParsed is true
+CONSOLE MESSAGE: TypeError: axElement.textMarkerRangeDebugDescription is not a function. (In 'axElement.textMarkerRangeDebugDescription(range)', 'axElement.textMarkerRangeDebugDescription' is undefined)
+FAIL successfullyParsed should be true. Was false.
+Some tests failed.
TEST COMPLETE
-
+some text
+Click on the hypertext.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/149343437>
EWS
Test gardening commit 293739@main (3d1d17272c0d): <https://commits.webkit.org/293739@main>
Reviewed commits have been landed. Closing PR #44126 and removing active labels.
Andres Gonzalez
Pull request: https://github.com/WebKit/WebKit/pull/44176
EWS
Committed 293792@main (91145ee4eea6): <https://commits.webkit.org/293792@main>
Reviewed commits have been landed. Closing PR #44176 and removing active labels.