Bug 106339
Summary: | [GTK][WK2] accessibility/aria-hidden-with-elements.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bugs-noreply |
Priority: | P2 | Keywords: | Gtk, LayoutTestFailure |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 98347 |
Zan Dobersek
The accessibility/aria-hidden-with-elements.html layout test is failing on GTK WK2 port.
Here's the diff:
--- /home/zan/Dev/webkit/webkit/WebKitBuild/Release/layout-test-results/accessibility/aria-hidden-with-elements-expected.txt
+++ /home/zan/Dev/webkit/webkit/WebKitBuild/Release/layout-test-results/accessibility/aria-hidden-with-elements-actual.txt
@@ -1,3 +1,4 @@
+CONSOLE MESSAGE: line 46: TypeError: 'null' is not an object (evaluating 'container.childAtIndex')
cell cell cell
cell cell cell
cell
@@ -11,9 +12,7 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS child.childrenCount is 0
-PASS child.role is 'AXRole: AXHeading'
-PASS successfullyParsed is true
+FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
TEST COMPLETE
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |