Bug 212805 - [GLIB] accessibility/svg-text.html is failing since added in r262500
Summary: [GLIB] accessibility/svg-text.html is failing since added in r262500
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-06-05 02:03 PDT by Diego Pino
Modified: 2020-06-05 09:58 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Pino 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
Comment 1 Radar WebKit Bug Importer 2020-06-05 09:58:35 PDT
<rdar://problem/64033305>