Index: LayoutTests/ChangeLog |
=================================================================== |
--- LayoutTests/ChangeLog (revision 85512) |
+++ LayoutTests/ChangeLog (working copy) |
@@ -1,94 +1,3 @@ |
-2011-04-27 Enrica Casucci <enrica@apple.com> |
- |
- Reviewed by Darin Adler. |
- |
- REGRESSION (r84311): Copy should preserve background color if specified in the body only if the entire content is selected. |
- https://bugs.webkit.org/show_bug.cgi?id=59251 |
- <rdar://problem/9327044> |
- |
- * editing/pasteboard/do-not-copy-body-color-expected.txt: Added. |
- * editing/pasteboard/do-not-copy-body-color.html: Added. |
- |
-2011-04-28 Steve Lacey <sjl@chromium.org> |
- |
- Reviewed by Eric Carlson. |
- |
- Change chromium media controls to use absolute positioning until bug 59644 is fixed. |
- https://bugs.webkit.org/show_bug.cgi?id=59732 |
- |
- * platform/chromium/test_expectations.txt: Add expectations for affected tests. |
- |
-2011-04-28 Julien Chaffraix <jchaffraix@codeaurora.org> |
- |
- Reviewed by Darin Adler. |
- |
- CSS counters in :before pseudo-elements do not always update |
- https://bugs.webkit.org/show_bug.cgi?id=38291 |
- |
- The previous bug was solved so just landing the test case to ensure that |
- we don't regress it. |
- |
- * fast/css/counters/counter-before-content-not-incremented-expected.txt: Added. |
- * fast/css/counters/counter-before-content-not-incremented.html: Added. |
- |
-2011-04-28 Dirk Pranke <dpranke@chromium.org> |
- |
- Suppress GPU failures - bug 59768, and |
- some fast/repaint/shadow failures that are |
- probably just rebaselines. |
- |
- * platform/chromium/test_expectations.txt: |
- |
-2011-04-28 Dirk Pranke <dpranke@chromium.org> |
- |
- Unreviewed, expectations change. |
- |
- * platform/chromium/test_expectations.txt: |
- |
-2011-04-28 Martin Robinson <mrobinson@igalia.com> |
- |
- Reviewed by Dirk Schulze. |
- |
- [Cairo] Text underline is not shadowed when text-shadow is enabled |
- https://bugs.webkit.org/show_bug.cgi?id=48074 |
- |
- Updated pixel results for this test. They were previously incorrect |
- because text underlines were not shadowed. |
- |
- * platform/gtk/fast/text/stroking-decorations-expected.png: |
- |
-2011-04-28 Dirk Pranke <dpranke@chromium.org> |
- |
- Unreviewed, expectations change. |
- |
- * platform/chromium/test_expectations.txt: |
- |
-2011-04-28 Chang Shu <cshu@webkit.org> |
- |
- Reviewed by Eric Seidel. |
- |
- isContentEditable is not working properly with document.designMode |
- https://bugs.webkit.org/show_bug.cgi?id=53031 |
- |
- 1. Added test cases for checking isContentEditable with designMode. |
- 2. Added a new test case for setting contenteditable attribute to "inherit" as the |
- original code will cause a crash. |
- 3. Ryosuke Niwa also helped to fix test cases under editing/style that cause infinite loop. |
- |
- * editing/style/iframe-onload-crash-mac.html: |
- * editing/style/iframe-onload-crash-unix.html: |
- * editing/style/iframe-onload-crash-win.html: |
- * fast/dom/HTMLElement/attr-invalid-string-expected.txt: |
- * fast/dom/HTMLElement/attr-invalid-string.html: |
- * fast/dom/HTMLElement/iscontenteditable-designmodeon-allinherit-expected.txt: Added. |
- * fast/dom/HTMLElement/iscontenteditable-designmodeon-allinherit-subframe-expected.txt: Added. |
- * fast/dom/HTMLElement/iscontenteditable-designmodeon-allinherit-subframe.html: Added. |
- * fast/dom/HTMLElement/iscontenteditable-designmodeon-allinherit.html: Added. |
- * fast/dom/HTMLElement/iscontenteditable-designmodeon-ancestor-expected.txt: Added. |
- * fast/dom/HTMLElement/iscontenteditable-designmodeon-ancestor.html: Added. |
- * fast/dom/HTMLElement/iscontenteditable-designmodeon-expected.txt: Added. |
- * fast/dom/HTMLElement/iscontenteditable-designmodeon.html: Added. |
- |
2011-04-28 Mike Reed <reed@google.com> |
Reviewed by Eric Seidel. |