[Webkit-unassigned] [Bug 113094] New: [Mac] can-read-in-dragstart-event.html and can-read-in-copy-and-cut-events.html fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 22 13:39:05 PDT 2013


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

           Summary: [Mac] can-read-in-dragstart-event.html and
                    can-read-in-copy-and-cut-events.html fail
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org


Two tests added by http://trac.webkit.org/changeset/146644 fails on Mac port:
http://build.webkit.org/results/Apple%20MountainLion%20Release%20WK1%20(Tests)/r146644%20(8256)/results.html

--- /Volumes/Data/slave/mountainlion-release-tests-wk1/build/layout-test-results/editing/pasteboard/can-read-in-copy-and-cut-events-expected.txt
+++ /Volumes/Data/slave/mountainlion-release-tests-wk1/build/layout-test-results/editing/pasteboard/can-read-in-copy-and-cut-events-actual.txt
@@ -1,5 +1,5 @@
+CONSOLE MESSAGE: line 13: TypeError: 'null' is not an object (evaluating 'event.clipboardData.types.indexOf')
+CONSOLE MESSAGE: line 22: TypeError: 'null' is not an object (evaluating 'event.clipboardData.types.indexOf')
 Simple test that data set during a copy/cut event can be read back. To run the test manually, simply select any text and initiate a copy/cut operation.

-copy: SUCCESS
-cut: SUCCESS


--- /Volumes/Data/slave/mountainlion-release-tests-wk1/build/layout-test-results/editing/pasteboard/can-read-in-dragstart-event-expected.txt
+++ /Volumes/Data/slave/mountainlion-release-tests-wk1/build/layout-test-results/editing/pasteboard/can-read-in-dragstart-event-actual.txt
@@ -1,5 +1,5 @@
+CONSOLE MESSAGE: line 13: TypeError: 'null' is not an object (evaluating 'event.dataTransfer.types.indexOf')
 Simple test that data set during a dragstart event can be read back. To run the test manually, simply start dragging the 'Drag Me' element below.

 Drag Me
-dragstart: SUCCESS

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