[Webkit-unassigned] [Bug 75785] New: [GTK] accessibility/textbox-role-reports-line-number.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 7 14:34:42 PST 2012


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

           Summary: [GTK]
                    accessibility/textbox-role-reports-line-number.html
                    fails
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pnormand at igalia.com
                CC: msanchez at igalia.com, aboxhall at chromium.org


Consistently, since its checkin in r104276. Diff:

--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/accessibility/textbox-role-reports-line-number-expected.txt 
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/accessibility/textbox-role-reports-line-number-actual.txt 
@@ -8,7 +8,7 @@

 PASS window.getSelection().setBaseAndExtent(ariaTextBox.childNodes[0], 0, ariaTextBox.childNodes[0], 0); axElement.insertionPointLineNumber is 0
 PASS window.getSelection().setBaseAndExtent(multilineAriaTextBox.childNodes[0], 1, multilineAriaTextBox.childNodes[0], 1); axElement.insertionPointLineNumber is 0
-PASS window.getSelection().setBaseAndExtent(multilineAriaTextBox.childNodes[1], 1, multilineAriaTextBox.childNodes[1], 1); axElement.insertionPointLineNumber is 1
+FAIL window.getSelection().setBaseAndExtent(multilineAriaTextBox.childNodes[1], 1, multilineAriaTextBox.childNodes[1], 1); axElement.insertionPointLineNumber should be 1. Was 0.
 PASS successfullyParsed is true

 TEST COMPLETE

-- 
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