Bug 140788
| Summary: | [Win] Paste Failures | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
| Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Brent Fulgham
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Brent Fulgham
Also: editing/pasteboard/simplfiying-markup-should-not-strip-content.html
Brent Fulgham
These tests are now passing. Closing.