accessibility/table-with-hidden-head-section.html test introduced in r144727 failing on EFL port. http://build.webkit.org/results/EFL%20Linux%2064-bit%20Release%20WK2/r145209%20%285905%29/accessibility/table-with-hidden-head-section-diff.txt --- /home/buildslave-1/webkit-buildslave/efl-linux-64-release-wk2/build/layout-test-results/accessibility/table-with-hidden-head-section-expected.txt +++ /home/buildslave-1/webkit-buildslave/efl-linux-64-release-wk2/build/layout-test-results/accessibility/table-with-hidden-head-section-actual.txt @@ -1,3 +1,4 @@ +CONSOLE MESSAGE: line 40: TypeError: 'null' is not an object (evaluating 'table1.cellForColumnAndRow') This tests that cellForRowAndColumn work as expected when cells are hidden in sections and rows. On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". @@ -5,26 +6,10 @@ Table1 has a hidden first row. Verify accessing cells works as expected. -PASS table1.rowCount is 2 -PASS !table1cell1 || !table1cell1.isValid is true -PASS table1cell2.isEqual(accessibilityController.accessibleElementById('table1cell')) is true -PASS table1cell2.rowIndexRange() is '{1, 1}' -PASS table1cell2.columnIndexRange() is '{0, 1}' - -Table2 has a hidden first section. Verify accessing cells works as expected. -PASS table2.rowCount is 2 -PASS !table2cell1 || !table2cell1.isValid is true -PASS table2cell2.isEqual(accessibilityController.accessibleElementById('table2cell')) is true -PASS table2cell2.rowIndexRange() is '{1, 1}' -PASS table2cell2.columnIndexRange() is '{0, 1}' - -Table3 only has a footer section. -PASS table3.rowCount is 3 -PASS !table3cell1 || !table3cell1.isValid is true -PASS table3cell2.isEqual(accessibilityController.accessibleElementById('table3cell')) is true -PASS table3cell2.rowIndexRange() is '{2, 1}' -PASS table3cell2.columnIndexRange() is '{0, 1}' -PASS successfullyParsed is true +FAIL table1.rowCount should be 2. Threw exception TypeError: 'null' is not an object (evaluating 'table1.rowCount') +FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined). TEST COMPLETE - +foo bar +foo bar +foot foot
Created attachment 212965 [details] Patch
Created attachment 212968 [details] Patch
Comment on attachment 212968 [details] Patch Clearing flags on attachment: 212968 Committed r156643: <http://trac.webkit.org/changeset/156643>
All reviewed patches have been landed. Closing bug.