Bug 111850 - [EFL] New test accessibility/table-with-hidden-head-section.html failing on EFL port
Summary: [EFL] New test accessibility/table-with-hidden-head-section.html failing on E...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-08 06:12 PST by Sudarsana Nagineni (babu)
Modified: 2013-09-30 03:43 PDT (History)
7 users (show)

See Also:


Attachments
Patch (1.45 KB, patch)
2013-09-30 02:33 PDT, Krzysztof Czech
no flags Details | Formatted Diff | Diff
Patch (1.28 KB, patch)
2013-09-30 02:52 PDT, Krzysztof Czech
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sudarsana Nagineni (babu) 2013-03-08 06:12:00 PST
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
Comment 1 Krzysztof Czech 2013-09-30 02:33:58 PDT
Created attachment 212965 [details]
Patch
Comment 2 Krzysztof Czech 2013-09-30 02:52:20 PDT
Created attachment 212968 [details]
Patch
Comment 3 WebKit Commit Bot 2013-09-30 03:43:42 PDT
Comment on attachment 212968 [details]
Patch

Clearing flags on attachment: 212968

Committed r156643: <http://trac.webkit.org/changeset/156643>
Comment 4 WebKit Commit Bot 2013-09-30 03:43:45 PDT
All reviewed patches have been landed.  Closing bug.