[Webkit-unassigned] [Bug 140788] New: [Win] Paste Failures

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 22 14:22:39 PST 2015


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

            Bug ID: 140788
           Summary: [Win] Paste Failures
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

The following layout tests fail:

1. editing/pasteboard/paste-list-002.html

--- /cygdrive/c/Projects/WebKit/OpenSource/WebKitBuild/Release/bin32/layout-test-results/editing/pasteboard/paste-list-002-expected.txt
+++ /cygdrive/c/Projects/WebKit/OpenSource/WebKitBuild/Release/bin32/layout-test-results/editing/pasteboard/paste-list-002-actual.txt
@@ -1,6 +1,6 @@
 Copy/pasting list items in a list. This test should be run with DRT for pasteboard access.

-PASS: <li>alpha</li><ul><li>beta</li><li>gamma</li></ul><li>beta</li><li>gamma</li><li id="delta">delta</li><li>beta</li><li>gamma</li><li></li>
+PASS: <li>alpha</li><ul><li>beta</li><li>gamma</li></ul><li>beta</li><li>gamma</li><li id="delta">delta<li id="delta">beta</li><li id="delta">gamma</li><li></li></li>

 alpha
 beta

Note the extra 'id="delta"' properties in the beta and gamma fields.

2. editing/pasteboard/paste-list-004.html

--- /cygdrive/c/Projects/WebKit/OpenSource/WebKitBuild/Release/bin32/layout-test-results/editing/pasteboard/paste-list-004-expected.txt
+++ /cygdrive/c/Projects/WebKit/OpenSource/WebKitBuild/Release/bin32/layout-test-results/editing/pasteboard/paste-list-004-actual.txt
@@ -1,12 +1,9 @@
+CONSOLE MESSAGE: line 50: Expected 7 list items, found 5
 Pasting a list item into the middle of another list item should split the target list item into two with the pasted content in between.

-one two: one two
-three: three
-one two: one two
-four: four
-monsters walking: <span style="background-color:green"><b>monsters walking</b></span>
-one two: one two
-cross the floor: <span style="background-color:green"><b>cross the floor</b></span>
-PASS
-
-
+one two
+three
+one two
+Â four
+monsters walking cross the floor
+FAIL

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150122/466685ed/attachment-0002.html>


More information about the webkit-unassigned mailing list