Changeset 20762 in webkit


Ignore:
Timestamp:
Apr 6, 2007 3:11:01 PM (17 years ago)
Author:
aroben
Message:

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:
Location:
trunk/LayoutTests
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r20760 r20762  
     12007-04-06  Adam Roben  <aroben@apple.com>
     2
     3        Reviewed by Adele.
     4
     5        These two editing tests were using the wrong case for
     6        dumpEditingCallbacks, which meant that they were falling into DRT's
     7        invokeUndefinedMethodFromWebScript instead of actually turning on the
     8        callback dumping.
     9       
     10        This patch fixes the case of the call and updates the results.
     11
     12        * editing/execCommand/4641880-1-expected.txt:
     13        * editing/execCommand/4641880-1.html:
     14        * editing/execCommand/4641880-2-expected.txt:
     15        * editing/execCommand/4641880-2.html:
     16
    1172007-04-06  Justin Garcia  <justin.garcia@apple.com>
    218
  • trunk/LayoutTests/editing/execCommand/4641880-1-expected.txt

    r18670 r20762  
     1EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 5 of DIV > BODY > HTML > #document
     2EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
     3EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
     4EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
     5EDITING 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
     6EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
     7EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
    18layer at (0,0) size 800x600
    29  RenderView at (0,0) size 800x600
  • trunk/LayoutTests/editing/execCommand/4641880-1.html

    r17638 r20762  
    77<script>
    88if (window.layoutTestController)
    9     window.layoutTestController.dumpEditingCallBacks();
     9    window.layoutTestController.dumpEditingCallbacks();
    1010
    1111var div = document.getElementById("div");
  • trunk/LayoutTests/editing/execCommand/4641880-2-expected.txt

    r19541 r20762  
     1EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 5 of DIV > BODY > HTML > #document
     2EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
     3EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
     4EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
     5EDITING 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
     6EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
     7EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
    18layer at (0,0) size 800x600
    29  RenderView at (0,0) size 800x600
  • trunk/LayoutTests/editing/execCommand/4641880-2.html

    r17638 r20762  
    77<script>
    88if (window.layoutTestController)
    9     window.layoutTestController.dumpEditingCallBacks();
     9    window.layoutTestController.dumpEditingCallbacks();
    1010   
    1111var div = document.getElementById("div");
Note: See TracChangeset for help on using the changeset viewer.