These two editing tests were using the wrong case for
dumpEditingCallbacks, which meant that they were falling into DRT's
invokeUndefinedMethodFromWebScript instead of actually turning on the
callback dumping.
This patch fixes the case of the call and updates the results.
* editing/execCommand/
4641880-1-expected.txt:
* editing/execCommand/
4641880-1.html:
* editing/execCommand/
4641880-2-expected.txt:
* editing/execCommand/
4641880-2.html:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@20762
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-04-06 Adam Roben <aroben@apple.com>
+
+ Reviewed by Adele.
+
+ These two editing tests were using the wrong case for
+ dumpEditingCallbacks, which meant that they were falling into DRT's
+ invokeUndefinedMethodFromWebScript instead of actually turning on the
+ callback dumping.
+
+ This patch fixes the case of the call and updates the results.
+
+ * editing/execCommand/4641880-1-expected.txt:
+ * editing/execCommand/4641880-1.html:
+ * editing/execCommand/4641880-2-expected.txt:
+ * editing/execCommand/4641880-2.html:
+
2007-04-06 Justin Garcia <justin.garcia@apple.com>
Reviewed by john
+EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 5 of DIV > BODY > HTML > #document
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of #text > LI > UL > DIV > BODY > HTML > #document to 35 of #text > LI > UL > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 800x600
<script>
if (window.layoutTestController)
- window.layoutTestController.dumpEditingCallBacks();
+ window.layoutTestController.dumpEditingCallbacks();
var div = document.getElementById("div");
var sel = window.getSelection();
+EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 5 of DIV > BODY > HTML > #document
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of #text > BLOCKQUOTE > DIV > BODY > HTML > #document to 34 of #text > BLOCKQUOTE > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 800x600
<script>
if (window.layoutTestController)
- window.layoutTestController.dumpEditingCallBacks();
+ window.layoutTestController.dumpEditingCallbacks();
var div = document.getElementById("div");
var sel = window.getSelection();