Title: [92581] trunk/LayoutTests
- Revision
- 92581
- Author
- [email protected]
- Date
- 2011-08-07 21:06:17 -0700 (Sun, 07 Aug 2011)
Log Message
Unreviewed test fix after r92578. I accidentally added the call to dumpAsText(true).
* editing/pasteboard/nested-blocks-with-text-area.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (92580 => 92581)
--- trunk/LayoutTests/ChangeLog 2011-08-08 03:46:21 UTC (rev 92580)
+++ trunk/LayoutTests/ChangeLog 2011-08-08 04:06:17 UTC (rev 92581)
@@ -1,5 +1,11 @@
2011-08-07 Ryosuke Niwa <[email protected]>
+ Unreviewed test fix after r92578. I accidentally added the call to dumpAsText(true).
+
+ * editing/pasteboard/nested-blocks-with-text-area.html:
+
+2011-08-07 Ryosuke Niwa <[email protected]>
+
Dump-as-markup conversion: paste-blockquote-into-blockquote.html and prevent-block-nesting-01.html
https://bugs.webkit.org/show_bug.cgi?id=65837
Modified: trunk/LayoutTests/editing/pasteboard/nested-blocks-with-text-area.html (92580 => 92581)
--- trunk/LayoutTests/editing/pasteboard/nested-blocks-with-text-area.html 2011-08-08 03:46:21 UTC (rev 92580)
+++ trunk/LayoutTests/editing/pasteboard/nested-blocks-with-text-area.html 2011-08-08 04:06:17 UTC (rev 92581)
@@ -10,10 +10,8 @@
These demonstrate 11475: the '\n's at the end of the fragment should be unrendered.<br><br>
<script id="script">
-if (window.layoutTestController) {
- layoutTestController.dumpAsText(true);
+if (window.layoutTestController)
layoutTestController.dumpEditingCallbacks();
-}
var s = window.getSelection();
var e = document.body;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes