Bug 140788 - [Win] Paste Failures
Summary: [Win] Paste Failures
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-22 14:22 PST by Brent Fulgham
Modified: 2015-03-19 09:16 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2015-01-22 14:22:39 PST
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
Comment 1 Brent Fulgham 2015-01-22 14:23:19 PST
Also: editing/pasteboard/simplfiying-markup-should-not-strip-content.html
Comment 2 Brent Fulgham 2015-03-19 09:16:39 PDT
These tests are now passing. Closing.