RESOLVED FIXED140788
[Win] Paste Failures
https://bugs.webkit.org/show_bug.cgi?id=140788
Summary [Win] Paste Failures
Brent Fulgham
Reported 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
Attachments
Brent Fulgham
Comment 1 2015-01-22 14:23:19 PST
Also: editing/pasteboard/simplfiying-markup-should-not-strip-content.html
Brent Fulgham
Comment 2 2015-03-19 09:16:39 PDT
These tests are now passing. Closing.
Note You need to log in before you can comment on or make changes to this bug.