Bug 99841
Summary: | [Qt4] Editing differences after r130411 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Allan Sandfeld Jensen <allan.jensen> |
Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 88186 |
Allan Sandfeld Jensen
After changes in r130411 and the following new baselines for Qt, QtWebKit2.3 results in the affected tests no longer matches those in Qt trunk, which they did before.
In other words r130411 caused behavior that was previously identical in QtWebKit trunk and QtWebKit2.3 to become different. On the other hand it caused baseline changes in all platforms so this might not be all errors.
The following tests are now failing in QtWebKit2.3:
editing/execCommand/find-after-replace.html [ Failure ]
editing/execCommand/paste-1.html [ Failure ]
editing/execCommand/paste-2.html [ Failure ]
editing/pasteboard/5028447.html [ Failure ]
editing/pasteboard/5032095.html [ Failure ]
editing/pasteboard/5521237.html [ Failure ]
editing/pasteboard/insert-div-text-into-text.html [ Failure ]
editing/pasteboard/merge-after-delete.html [ Failure ]
editing/pasteboard/merge-end-5.html [ Failure ]
editing/pasteboard/paste-before-tab-span.html [ Failure ]
editing/pasteboard/paste-into-blockquote-with-document-font-color.html [ Failure ]
editing/pasteboard/paste-into-table-cell-2.html [ Failure ]
editing/pasteboard/paste-into-table-cell.html [ Failure ]
editing/pasteboard/paste-match-style-001.html [ Failure ]
editing/pasteboard/paste-text-001.html [ Failure ]
editing/pasteboard/paste-text-004.html [ Failure ]
editing/pasteboard/paste-text-005.html [ Failure ]
editing/pasteboard/paste-text-010.html [ Failure ]
editing/pasteboard/paste-text-at-tabspan-001.html [ Failure ]
editing/pasteboard/pasting-word-in-div-extra-line.html [ Failure ]
editing/pasteboard/smart-paste-001.html [ Failure ]
editing/pasteboard/smart-paste-003.html [ Failure ]
editing/pasteboard/smart-paste-004.html [ Failure ]
editing/pasteboard/smart-paste-005.html [ Failure ]
editing/pasteboard/smart-paste-006.html [ Failure ]
editing/pasteboard/smart-paste-007.html [ Failure ]
editing/pasteboard/smart-paste-008.html [ Failure ]
editing/selection/replace-selection-crash.html [ Failure ]
While these were the changes made to Qt expectations to deal with r130411:
2012-10-04 Ryosuke Niwa <rniwa@webkit.org>
+
+ More Qt rebaselines after r130411.
+
+ * platform/qt/editing/deleting/delete-block-merge-contents-020-expected.txt:
+ * platform/qt/editing/deleting/delete-block-merge-contents-021-expected.txt:
+ * platform/qt/editing/pasteboard/5006779-expected.txt:
+ * platform/qt/editing/pasteboard/paste-line-endings-007-expected.txt:
+ * platform/qt/editing/pasteboard/paste-line-endings-008-expected.txt:
+ * platform/qt/editing/pasteboard/smart-paste-004-expected.txt: Removed.
+2012-10-04 Ryosuke Niwa <rniwa@webkit.org>
+
+ Qt rebaseline after r130411.
+
+ * platform/qt/editing/deleting/delete-block-merge-contents-018-expected.txt:
+ * platform/qt/editing/deleting/delete-block-merge-contents-019-expected.txt:
+ * platform/qt/editing/deleting/delete-block-merge-contents-022-expected.txt:
+ * platform/qt/editing/deleting/merge-no-br-expected.txt:
+ * platform/qt/editing/execCommand/find-after-replace-expected.txt:
+ * platform/qt/editing/execCommand/paste-1-expected.txt:
+ * platform/qt/editing/execCommand/paste-2-expected.txt:
+ * platform/qt/editing/pasteboard/4944770-2-expected.txt:
+ * platform/qt/editing/pasteboard/5006779-expected.txt:
+ * platform/qt/editing/pasteboard/5028447-expected.txt:
+ * platform/qt/editing/pasteboard/8145-3-expected.txt:
+ * platform/qt/editing/pasteboard/merge-end-borders-expected.txt:
+ * platform/qt/editing/pasteboard/paste-line-endings-009-expected.txt:
+ * platform/qt/editing/pasteboard/paste-line-endings-010-expected.txt:
+ * platform/qt/editing/pasteboard/paste-match-style-001-expected.txt:
+ * platform/qt/editing/pasteboard/paste-text-008-expected.txt:
+ * platform/qt/editing/pasteboard/paste-text-009-expected.txt:
+ * platform/qt/editing/pasteboard/smart-paste-007-expected.txt:
+ * platform/qt/editing/pasteboard/unrendered-br-expected.txt:
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Allan Sandfeld Jensen
The differences has disappeared again after the merge of r131614-r131850, so it was likely a bug in trunk that has now been fixed.