[Webkit-unassigned] [Bug 111850] New: [EFL] New test accessibility/table-with-hidden-head-section.html failing on EFL port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 8 06:09:35 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=111850

           Summary: [EFL] New test
                    accessibility/table-with-hidden-head-section.html
                    failing on EFL port
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: naginenis at gmail.com
                CC: demarchi at webkit.org


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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list