Index: LayoutTests/ChangeLog |
=================================================================== |
--- LayoutTests/ChangeLog (revision 73077) |
+++ LayoutTests/ChangeLog (working copy) |
@@ -1,3 +1,17 @@ |
+2010-12-01 Ryosuke Niwa <rniwa@webkit.org> |
+ |
+ Reviewed by Darin Adler, Tony Chang, and unofficially by Enrica Casucci. |
+ |
+ chrome.dll!WebCore::RangeBoundaryPoint::toPosition ReadAV@NULL (cf0d0f28bc56f2591cc74f71b46036ea) |
+ https://bugs.webkit.org/show_bug.cgi?id=47808 |
+ |
+ Added tests to ensure WebKit can switch the type of multiple list items without a crash. |
+ |
+ * editing/execCommand/switch-multiple-list-items-crash-expected.txt: Added. |
+ * editing/execCommand/switch-multiple-list-items-crash.html: Added. |
+ * editing/execCommand/switch-multiple-list-items-expected.txt: Added. |
+ * editing/execCommand/switch-multiple-list-items.html: Added. |
+ |
2010-11-24 Dimitri Glazkov <dglazkov@chromium.org> |
Reviewed by Darin Adler. |