RESOLVED FIXED 106316
[GTK] accessibility/render-counter-text.html is failing
https://bugs.webkit.org/show_bug.cgi?id=106316
Summary [GTK] accessibility/render-counter-text.html is failing
Zan Dobersek
Reported 2013-01-08 02:16:51 PST
The accessibility/render-counter-text.html layout test is failing on the GTK port. It was added in r139002. http://trac.webkit.org/changeset/139002 Here's the diff: --- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/accessibility/render-counter-text-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/accessibility/render-counter-text-actual.txt @@ -2,12 +2,12 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -PASS line1.childAtIndex(0).stringValue is 'AXValue: 1' -PASS line1.childAtIndex(1).stringValue is 'AXValue: :' -PASS line1.childAtIndex(2).stringValue is 'AXValue: line1' -PASS line2.childAtIndex(0).stringValue is 'AXValue: 2' -PASS line2.childAtIndex(1).stringValue is 'AXValue: :' -PASS line2.childAtIndex(2).stringValue is 'AXValue: line2' +FAIL line1.childAtIndex(0).stringValue should be AXValue: 1. Was . +FAIL line1.childAtIndex(1).stringValue should be AXValue: :. Was . +FAIL line1.childAtIndex(2).stringValue should be AXValue: line1. Was . +FAIL line2.childAtIndex(0).stringValue should be AXValue: 2. Was . +FAIL line2.childAtIndex(1).stringValue should be AXValue: :. Was . +FAIL line2.childAtIndex(2).stringValue should be AXValue: line2. Was . PASS successfullyParsed is true TEST COMPLETE
Attachments
Diego Pino
Comment 1 2023-01-25 19:28:41 PST
There are no references to this bug in any TestExpectations. It's probable this bug was solved at some point but it wasn't marked as closed. I'm closing this bug now. If you think this bug report is still valid, please reopen it and add an entry to TestExpectations.
Note You need to log in before you can comment on or make changes to this bug.