NEW 212805
[GLIB] accessibility/svg-text.html is failing since added in r262500
https://bugs.webkit.org/show_bug.cgi?id=212805
Summary [GLIB] accessibility/svg-text.html is failing since added in r262500
Diego Pino
Reported 2020-06-05 02:03:22 PDT
accessibility/svg-text.html [ Failure ] Diff: https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r262599%20(13968)/accessibility/svg-text-diff.txt --- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/accessibility/svg-text-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/accessibility/svg-text-actual.txt @@ -4,10 +4,10 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -PASS text1.role is 'AXRole: AXGroup' -PASS text1.childrenCount is 1 -PASS staticText.role is 'AXRole: AXStaticText' -PASS staticText.stringValue is 'AXValue: Hello World!' +FAIL text1.role should be AXRole: AXGroup. Was AXRole: AXSection. +FAIL text1.childrenCount should be 1. Was 0. +FAIL staticText.role should be AXRole: AXStaticText. Was . +FAIL staticText.stringValue should be AXValue: Hello World!. Was . PASS successfullyParsed is true TEST COMPLETE
Attachments
Radar WebKit Bug Importer
Comment 1 2020-06-05 09:58:35 PDT
Note You need to log in before you can comment on or make changes to this bug.