Bug 115901 - [EFL] accessibility/poorly-formed-aria-table.html is failing
Summary: [EFL] accessibility/poorly-formed-aria-table.html is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-10 05:51 PDT by Chris Dumez
Modified: 2015-05-14 00:56 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2013-05-10 05:51:33 PDT
accessibility/poorly-formed-aria-table.html is failing was introduced in r149858 but is failing on EFL port with the following diff:
--- /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/accessibility/poorly-formed-aria-table-expected.txt
+++ /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/accessibility/poorly-formed-aria-table-actual.txt
@@ -3,8 +3,8 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS grid.rowAtIndex(0).isEqual(row1) is true
-PASS grid.rowAtIndex(1).isEqual(row2) is true
+FAIL grid.rowAtIndex(0).isEqual(row1) should be true. Threw exception TypeError: 'null' is not an object (evaluating 'grid.rowAtIndex(0).isEqual')
+FAIL grid.rowAtIndex(1).isEqual(row2) should be true. Threw exception TypeError: 'null' is not an object (evaluating 'grid.rowAtIndex(1).isEqual')
 PASS grid.rowCount is 2
 PASS successfullyParsed is true
Comment 1 chris fleizach 2013-05-10 09:05:55 PDT
If I recall correctly rows are not exposed on GTK based platforms (i could be wrong). In that case this test should just be skipped I believe (unless someone working on GTK wants to modify the test to handle both platforms)
Comment 2 Gyuyoung Kim 2015-05-14 00:56:30 PDT
This test has passed since r184198. Closed.