Changeset 147036 in webkit


Ignore:
Timestamp:
Mar 27, 2013 5:33:25 PM (11 years ago)
Author:
Claudio Saavedra
Message:

Explicitly set editingBehavior in some tests.
https://bugs.webkit.org/show_bug.cgi?id=113383

Reviewed by Ryosuke Niwa.

These tests make assumptions on how word selection works.
Actually, word selection will work differently depending on the
editingBehavior in place, see bug 110487, so the only way to
ensure the following tests will do word selection as expected is
to use Mac editing behavior.

  • editing/deleting/delete-by-word-001.html: Call setEditingBehavior("mac").
  • editing/deleting/list-item-1.html: ditto.
  • editing/deleting/non-smart-delete.html: ditto.
  • editing/deleting/smart-delete-002.html: ditto.
  • editing/deleting/smart-delete-across-editable-boundaries.html: ditto.
  • editing/execCommand/hilitecolor.html: ditto.
  • editing/execCommand/remove-formatting-2.html: ditto.
  • editing/inserting/4960120-2.html: ditto.
  • editing/inserting/insert-paragraph-02.html: ditto. ditto.
  • editing/inserting/insert-paragraph-03.html: ditto.
  • editing/inserting/insert-paragraph-04.html: ditto.
  • editing/inserting/paragraph-outside-nested-divs.html: ditto.
  • editing/inserting/paragraph-separator-01.html: ditto.
  • editing/inserting/paragraph-separator-02.html: ditto.
  • editing/inserting/paragraph-separator-03.html: ditto.
  • editing/pasteboard/4242293-1.html: ditto.
  • editing/pasteboard/4806874.html: ditto.
  • editing/pasteboard/5006779.html: ditto.
  • editing/pasteboard/8145-2.html: ditto.
  • editing/pasteboard/bad-placeholder.html: ditto.
  • editing/pasteboard/copy-text-with-backgroundcolor.html: ditto.
  • editing/pasteboard/drag-drop-modifies-page.html: ditto.
  • editing/pasteboard/get-data-text-plain-drop.html: ditto.
  • editing/pasteboard/insert-div-text-into-text.html: ditto.
  • editing/pasteboard/merge-end-3.html: ditto.
  • editing/pasteboard/merge-end-5.html: ditto.
  • editing/pasteboard/merge-end-borders.html: ditto.
  • editing/pasteboard/paste-blockquote-3.html: ditto.
  • editing/pasteboard/paste-list-004.html: ditto.
  • editing/pasteboard/pasting-object.html: ditto.
  • editing/selection/4932260-2.html: ditto.
  • editing/selection/extend-by-word-002.html: ditto.
  • editing/selection/extend-forward-by-word-over-non-editable.html: ditto.
  • editing/selection/transformed-selection-rects.html: ditto.
  • editing/style/5046875-1.html: ditto.
  • editing/style/5046875-2.html: ditto.
  • editing/style/fore-color-by-name.html: ditto.
  • editing/style/relative-font-size-change-002.html: ditto.
  • editing/style/relative-font-size-change-003.html: ditto.
  • editing/style/relative-font-size-change-004.html: ditto.
  • editing/style/style-boundary-005.html: ditto.
  • editing/text-iterator/first-letter-word-boundary.html: ditto.
  • editing/undo/undo-combined-delete-boundary.html: ditto.
  • editing/undo/undo-combined-delete.html: ditto.
  • editing/undo/undo-delete-boundary.html: ditto.
  • editing/undo/undo-delete.html: ditto.
  • editing/undo/undo-forward-delete-boundary.html: ditto.
  • editing/undo/undo-forward-delete.html: ditto.
  • fast/dom/34176.html: ditto.
  • platform/chromium-win/editing/deleting/non-smart-delete-expected.txt: Updated.
  • platform/efl/editing/deleting/non-smart-delete-expected.txt: Updated.
  • platform/gtk/editing/deleting/non-smart-delete-expected.txt: Updated.
  • platform/qt/editing/deleting/non-smart-delete-expected.txt: Updated.
Location:
trunk/LayoutTests
Files:
54 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r147035 r147036  
     12013-03-27  Claudio Saavedra  <csaavedra@igalia.com>
     2
     3        Explicitly set editingBehavior in some tests.
     4        https://bugs.webkit.org/show_bug.cgi?id=113383
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        These tests make assumptions on how word selection works.
     9        Actually, word selection will work differently depending on the
     10        editingBehavior in place, see bug 110487, so the only way to
     11        ensure the following tests will do word selection as expected is
     12        to use Mac editing behavior.
     13
     14        * editing/deleting/delete-by-word-001.html: Call setEditingBehavior("mac").
     15        * editing/deleting/list-item-1.html: ditto.
     16        * editing/deleting/non-smart-delete.html: ditto.
     17        * editing/deleting/smart-delete-002.html: ditto.
     18        * editing/deleting/smart-delete-across-editable-boundaries.html: ditto.
     19        * editing/execCommand/hilitecolor.html: ditto.
     20        * editing/execCommand/remove-formatting-2.html: ditto.
     21        * editing/inserting/4960120-2.html: ditto.
     22        * editing/inserting/insert-paragraph-02.html: ditto. ditto.
     23        * editing/inserting/insert-paragraph-03.html: ditto.
     24        * editing/inserting/insert-paragraph-04.html: ditto.
     25        * editing/inserting/paragraph-outside-nested-divs.html: ditto.
     26        * editing/inserting/paragraph-separator-01.html: ditto.
     27        * editing/inserting/paragraph-separator-02.html: ditto.
     28        * editing/inserting/paragraph-separator-03.html: ditto.
     29        * editing/pasteboard/4242293-1.html: ditto.
     30        * editing/pasteboard/4806874.html: ditto.
     31        * editing/pasteboard/5006779.html: ditto.
     32        * editing/pasteboard/8145-2.html: ditto.
     33        * editing/pasteboard/bad-placeholder.html: ditto.
     34        * editing/pasteboard/copy-text-with-backgroundcolor.html: ditto.
     35        * editing/pasteboard/drag-drop-modifies-page.html: ditto.
     36        * editing/pasteboard/get-data-text-plain-drop.html: ditto.
     37        * editing/pasteboard/insert-div-text-into-text.html: ditto.
     38        * editing/pasteboard/merge-end-3.html: ditto.
     39        * editing/pasteboard/merge-end-5.html: ditto.
     40        * editing/pasteboard/merge-end-borders.html: ditto.
     41        * editing/pasteboard/paste-blockquote-3.html: ditto.
     42        * editing/pasteboard/paste-list-004.html: ditto.
     43        * editing/pasteboard/pasting-object.html: ditto.
     44        * editing/selection/4932260-2.html: ditto.
     45        * editing/selection/extend-by-word-002.html: ditto.
     46        * editing/selection/extend-forward-by-word-over-non-editable.html: ditto.
     47        * editing/selection/transformed-selection-rects.html: ditto.
     48        * editing/style/5046875-1.html: ditto.
     49        * editing/style/5046875-2.html: ditto.
     50        * editing/style/fore-color-by-name.html: ditto.
     51        * editing/style/relative-font-size-change-002.html: ditto.
     52        * editing/style/relative-font-size-change-003.html: ditto.
     53        * editing/style/relative-font-size-change-004.html: ditto.
     54        * editing/style/style-boundary-005.html: ditto.
     55        * editing/text-iterator/first-letter-word-boundary.html: ditto.
     56        * editing/undo/undo-combined-delete-boundary.html: ditto.
     57        * editing/undo/undo-combined-delete.html: ditto.
     58        * editing/undo/undo-delete-boundary.html: ditto.
     59        * editing/undo/undo-delete.html: ditto.
     60        * editing/undo/undo-forward-delete-boundary.html: ditto.
     61        * editing/undo/undo-forward-delete.html: ditto.
     62        * fast/dom/34176.html: ditto.
     63        * platform/chromium-win/editing/deleting/non-smart-delete-expected.txt: Updated.
     64        * platform/efl/editing/deleting/non-smart-delete-expected.txt: Updated.
     65        * platform/gtk/editing/deleting/non-smart-delete-expected.txt: Updated.
     66        * platform/qt/editing/deleting/non-smart-delete-expected.txt: Updated.
     67
    1682013-03-27  Claudio Saavedra  <csaavedra@igalia.com>
    269
  • trunk/LayoutTests/editing/deleting/delete-by-word-001.html

    r89585 r147036  
    4242<script>
    4343
     44if (window.internals)
     45    internals.settings.setEditingBehavior("mac");
     46
    4447function sendDeleteWordKey()
    4548{
  • trunk/LayoutTests/editing/deleting/list-item-1.html

    r120173 r147036  
    88
    99<script>
     10if (window.internals)
     11    internals.settings.setEditingBehavior('mac');
    1012var div = document.getElementById("div");
    1113var sel = window.getSelection();
  • trunk/LayoutTests/editing/deleting/non-smart-delete.html

    r56175 r147036  
    2020
    2121<script>
    22 
     22if (window.internals)
     23    internals.settings.setEditingBehavior("mac");
    2324function editingTest() {
    2425    extendSelectionForwardByWordCommand();
  • trunk/LayoutTests/editing/deleting/smart-delete-002.html

    r55913 r147036  
    2222
    2323function editingTest() {
     24    if (window.internals)
     25        internals.settings.setEditingBehavior('mac');
    2426    moveSelectionForwardByWordCommand();
    2527    moveSelectionForwardByCharacterCommand();
  • trunk/LayoutTests/editing/deleting/smart-delete-across-editable-boundaries.html

    r95003 r147036  
    55<div contenteditable="true" id="div">foo<span contenteditable="false"> bar</span></div>
    66<script>
     7if (window.internals)
     8    internals.settings.setEditingBehavior('mac');
    79var div = document.getElementById("div");
    810var sel = window.getSelection();
  • trunk/LayoutTests/editing/execCommand/hilitecolor.html

    r120173 r147036  
    22<div id="test" contenteditable="true">The second word, and only the second word of this sentence should have a red background color.</div>
    33<script>
     4if (window.internals)
     5    internals.settings.setEditingBehavior('mac');
    46if (window.testRunner)
    57     testRunner.dumpEditingCallbacks();
  • trunk/LayoutTests/editing/execCommand/remove-formatting-2.html

    r120173 r147036  
    88if (window.testRunner)
    99    testRunner.dumpEditingCallbacks();
     10
     11if (window.internals)
     12    internals.settings.setEditingBehavior('mac');
    1013
    1114var sel = window.getSelection();
  • trunk/LayoutTests/editing/inserting/4960120-2.html

    r19634 r147036  
    33
    44<script>
     5if (window.internals)
     6    internals.settings.setEditingBehavior('mac');
    57var div = document.getElementById("div");
    68var sel = window.getSelection();
  • trunk/LayoutTests/editing/inserting/insert-paragraph-02.html

    r120173 r147036  
    77
    88<script>
     9if (window.internals)
     10    internals.settings.setEditingBehavior('mac');
    911var sel = window.getSelection();
    1012var div = document.getElementById("div");
  • trunk/LayoutTests/editing/inserting/insert-paragraph-03.html

    r120173 r147036  
    77
    88<script>
     9if (window.internals)
     10    internals.settings.setEditingBehavior("mac");
    911var sel = window.getSelection();
    1012var div = document.getElementById("div");
  • trunk/LayoutTests/editing/inserting/insert-paragraph-04.html

    r120173 r147036  
    77
    88<script>
     9if (window.internals)
     10    internals.settings.setEditingBehavior('mac');
    911var sel = window.getSelection();
    1012var div = document.getElementById("div");
  • trunk/LayoutTests/editing/inserting/paragraph-outside-nested-divs.html

    r120173 r147036  
    88    if (window.testRunner)
    99        window.testRunner.dumpAsText();
    10 
     10    if (window.internals)
     11        internals.settings.setEditingBehavior("mac");
    1112    function fail(msg) {
    1213        document.getElementById("results").innerText = "FAIL";
  • trunk/LayoutTests/editing/inserting/paragraph-separator-01.html

    r120173 r147036  
    88<script type="text/javascript" src="../editing.js"></script>
    99<script>
     10if (window.internals)
     11    internals.settings.setEditingBehavior("mac");
    1012var e = document.getElementById("test");
    1113var s = window.getSelection();
  • trunk/LayoutTests/editing/inserting/paragraph-separator-02.html

    r120173 r147036  
    88<script type="text/javascript" src="../editing.js"></script>
    99<script>
     10if (window.internals)
     11    internals.settings.setEditingBehavior("mac");
    1012var e = document.getElementById("test");
    1113var s = window.getSelection();
  • trunk/LayoutTests/editing/inserting/paragraph-separator-03.html

    r120173 r147036  
    1010<script type="text/javascript" src="../editing.js"></script>
    1111<script>
     12if (window.internals)
     13    internals.settings.setEditingBehavior("mac");
    1214var e = document.getElementById("test");
    1315var s = window.getSelection();
  • trunk/LayoutTests/editing/pasteboard/4242293-1.html

    r120173 r147036  
    55if (window.testRunner)
    66     testRunner.dumpEditingCallbacks();
     7if (window.internals)
     8    internals.settings.setEditingBehavior('mac');
    79
    810var sel = window.getSelection();
  • trunk/LayoutTests/editing/pasteboard/4806874.html

    r17772 r147036  
    33
    44<script>
     5if (window.internals)
     6    internals.settings.setEditingBehavior("mac");
    57var div = document.getElementById("div");
    68var sel = window.getSelection();
  • trunk/LayoutTests/editing/pasteboard/5006779.html

    r38529 r147036  
    1717
    1818<script>
     19if (window.internals)
     20    internals.settings.setEditingBehavior('mac');
     21
    1922var sel = window.getSelection();
    2023var div = document.getElementById("div");
  • trunk/LayoutTests/editing/pasteboard/8145-2.html

    r120173 r147036  
    77
    88<script>
     9if (window.internals)
     10    internals.settings.setEditingBehavior('mac');
    911var s = window.getSelection();
    1012var p = document.getElementById("test");
  • trunk/LayoutTests/editing/pasteboard/bad-placeholder.html

    r120173 r147036  
    88
    99<script>
     10if (window.internals)
     11    internals.settings.setEditingBehavior("mac");
    1012var s = window.getSelection();
    1113var e = document.getElementById("test");
  • trunk/LayoutTests/editing/pasteboard/copy-text-with-backgroundcolor.html

    r120173 r147036  
    2222
    2323<script>
     24if (window.internals)
     25    internals.settings.setEditingBehavior('mac');
    2426if (window.testRunner)
    2527     testRunner.dumpAsText();
  • trunk/LayoutTests/editing/pasteboard/drag-drop-modifies-page.html

    r120173 r147036  
    77    if (!window.testRunner)
    88        return;
    9        
     9    if (window.internals)
     10        internals.settings.setEditingBehavior("mac");
     11
    1012    extendSelectionForwardByWordCommand();
    1113   
  • trunk/LayoutTests/editing/pasteboard/get-data-text-plain-drop.html

    r120173 r147036  
    2727   
    2828function runTest() {
     29    if (window.internals)
     30        internals.settings.setEditingBehavior('mac');
    2931    var console = document.getElementById('console');
    3032    var editDiv = document.getElementById('test');
  • trunk/LayoutTests/editing/pasteboard/insert-div-text-into-text.html

    r120173 r147036  
    88if (window.testRunner)
    99    testRunner.dumpEditingCallbacks();
     10if (window.internals)
     11    internals.settings.setEditingBehavior('mac');
    1012
    1113Markup.description('This tests inserting a text wrapped in a div inside a text node.');
  • trunk/LayoutTests/editing/pasteboard/merge-end-3.html

    r120173 r147036  
    88if (window.testRunner)
    99    testRunner.dumpEditingCallbacks();
     10if (window.internals)
     11    internals.settings.setEditingBehavior("mac");
    1012
    1113Markup.description("The last paragraph of the incoming fragment should be in the same paragraph as 'three'.");
  • trunk/LayoutTests/editing/pasteboard/merge-end-5.html

    r120173 r147036  
    88if (window.testRunner)
    99    testRunner.dumpEditingCallbacks();
     10if (window.internals)
     11    internals.settings.setEditingBehavior("mac");
    1012
    1113Markup.description('Pasting a paragraph or less into a selection that spans multiple blocks should insert content into the block containing the start of the selection.');
  • trunk/LayoutTests/editing/pasteboard/merge-end-borders.html

    r120173 r147036  
    99<script type="text/javascript" src="../editing.js"></script>
    1010<script>
     11if (window.internals)
     12    internals.settings.setEditingBehavior('mac');
    1113var s = window.getSelection();
    1214var e = document.getElementById("test");
  • trunk/LayoutTests/editing/pasteboard/paste-blockquote-3.html

    r86716 r147036  
    1515<script src="../../resources/dump-as-markup.js"></script>
    1616<script>
     17if (window.internals)
     18    internals.settings.setEditingBehavior('mac');
    1719
    1820Markup.description("This tests pasting a blockquote into the middle of a paragraph.");
  • trunk/LayoutTests/editing/pasteboard/paste-list-004.html

    r145798 r147036  
    6666}
    6767
     68if (window.internals)
     69      internals.settings.setEditingBehavior("mac");
    6870runDumpAsTextEditingTest(false);
    6971document.getElementById("results").innerText = "PASS";
  • trunk/LayoutTests/editing/pasteboard/pasting-object.html

    r120173 r147036  
    99
    1010<script>
     11if (window.internals)
     12    internals.settings.setEditingBehavior('mac');
    1113var s = window.getSelection();
    1214s.setPosition(document.getElementById("test"), 0);
  • trunk/LayoutTests/editing/selection/4932260-2.html

    r120173 r147036  
    55if (window.testRunner)
    66    window.testRunner.dumpEditingCallbacks();
     7if (window.internals)
     8    internals.settings.setEditingBehavior('mac');
    79var sel = window.getSelection();
    810var div = document.getElementById("div");
  • trunk/LayoutTests/editing/selection/extend-by-word-002.html

    r11995 r147036  
    6262
    6363<script>
     64if (window.internals)
     65    internals.settings.setEditingBehavior('mac');
    6466runEditingTest();
    6567</script>
  • trunk/LayoutTests/editing/selection/extend-forward-by-word-over-non-editable.html

    r120173 r147036  
    3838}
    3939
     40if (window.internals)
     41    internals.settings.setEditingBehavior("mac");
    4042extendForwardByWord(document.getElementById("ltrTextContainer"), "LTR");
    4143extendForwardByWord(document.getElementById("rtlTextContainer"), "RTL");
  • trunk/LayoutTests/editing/selection/transformed-selection-rects.html

    r120173 r147036  
    1717<script src="../editing.js" language="JavaScript" type="text/JavaScript" ></script>
    1818<script>
     19if (window.internals)
     20    internals.settings.setEditingBehavior('mac');
    1921function editingTest() {
    2022    if (window.testRunner)
  • trunk/LayoutTests/editing/style/5046875-1.html

    r120173 r147036  
    33
    44<script>
     5if (window.internals)
     6    internals.settings.setEditingBehavior('mac');
    57var div = document.getElementById("div");
    68var sel = window.getSelection();
  • trunk/LayoutTests/editing/style/5046875-2.html

    r120173 r147036  
    33
    44<script>
     5if (window.internals)
     6    internals.settings.setEditingBehavior('mac');
    57var div = document.getElementById("div");
    68var sel = window.getSelection();
  • trunk/LayoutTests/editing/style/fore-color-by-name.html

    r65019 r147036  
    66<div id="test" contenteditable>hello world</div>
    77<script>
     8if (window.internals)
     9    internals.settings.setEditingBehavior('mac');
    810
    911window.getSelection().setPosition(test, 0);
  • trunk/LayoutTests/editing/style/relative-font-size-change-002.html

    r11995 r147036  
    1818
    1919<script>
     20if (window.internals)
     21    internals.settings.setEditingBehavior('mac');
    2022
    2123function editingTest() {
  • trunk/LayoutTests/editing/style/relative-font-size-change-003.html

    r11995 r147036  
    1818
    1919<script>
     20if (window.internals)
     21    internals.settings.setEditingBehavior('mac');
    2022
    2123function editingTest() {
  • trunk/LayoutTests/editing/style/relative-font-size-change-004.html

    r11995 r147036  
    1818
    1919<script>
     20if (window.internals)
     21    internals.settings.setEditingBehavior('mac');
    2022
    2123function editingTest() {
  • trunk/LayoutTests/editing/style/style-boundary-005.html

    r56175 r147036  
    1919
    2020<script>
     21if (window.internals)
     22    internals.settings.setEditingBehavior('mac');
    2123
    2224function editingTest() {
  • trunk/LayoutTests/editing/text-iterator/first-letter-word-boundary.html

    r120173 r147036  
    1919if (window.testRunner)
    2020    testRunner.dumpAsText();
     21if (window.internals)
     22  internals.settings.setEditingBehavior("mac");
    2123
    2224function runTest(actor, expectedOffset) {
  • trunk/LayoutTests/editing/undo/undo-combined-delete-boundary.html

    r21071 r147036  
    3434
    3535<script>
     36if (window.internals)
     37    internals.settings.setEditingBehavior("mac");
    3638runEditingTest();
    3739</script>
  • trunk/LayoutTests/editing/undo/undo-combined-delete.html

    r21071 r147036  
    3434
    3535<script>
     36if (window.internals)
     37    internals.settings.setEditingBehavior("mac");
    3638runEditingTest();
    3739</script>
  • trunk/LayoutTests/editing/undo/undo-delete-boundary.html

    r21071 r147036  
    3232
    3333<script>
     34if (window.internals)
     35    internals.settings.setEditingBehavior("mac");
    3436runEditingTest();
    3537</script>
  • trunk/LayoutTests/editing/undo/undo-delete.html

    r21071 r147036  
    3232
    3333<script>
     34if (window.internals)
     35    internals.settings.setEditingBehavior("mac");
    3436runEditingTest();
    3537</script>
  • trunk/LayoutTests/editing/undo/undo-forward-delete-boundary.html

    r21071 r147036  
    3232
    3333<script>
     34if (window.internals)
     35    internals.settings.setEditingBehavior("mac");
    3436runEditingTest();
    3537</script>
  • trunk/LayoutTests/editing/undo/undo-forward-delete.html

    r21071 r147036  
    3232
    3333<script>
     34if (window.internals)
     35    internals.settings.setEditingBehavior("mac");
    3436runEditingTest();
    3537</script>
  • trunk/LayoutTests/fast/dom/34176.html

    r146927 r147036  
    5959
    6060<script>
    61  
     61
     62    if (window.internals)
     63        internals.settings.setEditingBehavior("mac");
     64
    6265    function log(str)
    6366    {
  • trunk/LayoutTests/platform/chromium-win/editing/deleting/non-smart-delete-expected.txt

    r96273 r147036  
    55EDITING DELEGATE: shouldDeleteDOMRange:range from 1 of #text > DIV > DIV > BODY > HTML > #document to 4 of #text > DIV > DIV > BODY > HTML > #document
    66EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
     7EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > BODY > HTML > #document toDOMRange:range from 0 of DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
    78EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
    89EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
  • trunk/LayoutTests/platform/efl/editing/deleting/non-smart-delete-expected.txt

    r140134 r147036  
    55EDITING DELEGATE: shouldDeleteDOMRange:range from 1 of #text > DIV > DIV > BODY > HTML > #document to 4 of #text > DIV > DIV > BODY > HTML > #document
    66EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
     7EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > BODY > HTML > #document toDOMRange:range from 0 of DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
    78EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
    89EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
  • trunk/LayoutTests/platform/gtk/editing/deleting/non-smart-delete-expected.txt

    r114826 r147036  
    55EDITING DELEGATE: shouldDeleteDOMRange:range from 1 of #text > DIV > DIV > BODY > HTML > #document to 4 of #text > DIV > DIV > BODY > HTML > #document
    66EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
     7EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > BODY > HTML > #document toDOMRange:range from 0 of DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
    78EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
    89EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
  • trunk/LayoutTests/platform/qt/editing/deleting/non-smart-delete-expected.txt

    r122712 r147036  
    55EDITING DELEGATE: shouldDeleteDOMRange:range from 1 of #text > DIV > DIV > BODY > HTML > #document to 4 of #text > DIV > DIV > BODY > HTML > #document
    66EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
     7EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > BODY > HTML > #document toDOMRange:range from 0 of DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
    78EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
    89EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
Note: See TracChangeset for help on using the changeset viewer.