Changeset 147898 in webkit


Ignore:
Timestamp:
Apr 8, 2013 1:26:32 AM (11 years ago)
Author:
benjamin@webkit.org
Message:

Regression(r147893) Caused several editing tests to fail
https://bugs.webkit.org/show_bug.cgi?id=114143

Unreviewed.

  • editing/deleting/delete-ligature-003-expected.txt:
  • editing/deleting/delete-ligature-003.html:
  • editing/selection/context-menu-text-selection-expected.txt:
  • editing/selection/context-menu-text-selection.html:
Location:
trunk/LayoutTests
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r147896 r147898  
     12013-04-08  Benjamin Poulain  <benjamin@webkit.org>
     2
     3        Regression(r147893) Caused several editing tests to fail
     4        https://bugs.webkit.org/show_bug.cgi?id=114143
     5
     6        Unreviewed.
     7
     8        * editing/deleting/delete-ligature-003-expected.txt:
     9        * editing/deleting/delete-ligature-003.html:
     10        * editing/selection/context-menu-text-selection-expected.txt:
     11        * editing/selection/context-menu-text-selection.html:
     12
    1132013-04-07  Christophe Dumez  <ch.dumez@sisa.samsung.com>
    214
  • trunk/LayoutTests/editing/deleting/delete-ligature-003-expected.txt

    r141837 r147898  
    22EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
    33EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
    4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
    5 EDITING DELEGATE: shouldDeleteDOMRange:range from 1 of #text > DIV > BODY > HTML > #document to 2 of #text > DIV > BODY > HTML > #document
    6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
    7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
    8 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
    9 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 1 of #text > DIV > BODY > HTML > #document to 1 of #text > DIV > BODY > HTML > #document toDOMRange:range from 1 of #text > DIV > BODY > HTML > #document to 2 of #text > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
    10 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
    11 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
    124EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
    135EDITING DELEGATE: shouldDeleteDOMRange:range from 1 of #text > DIV > BODY > HTML > #document to 2 of #text > DIV > BODY > HTML > #document
     
    4234Succeeded for win
    4335Succeeded for unix
    44 Succeeded for android
  • trunk/LayoutTests/editing/deleting/delete-ligature-003.html

    r141837 r147898  
    3434            runTestOn("win");
    3535            runTestOn("unix");
    36             runTestOn("android");
    3736        }
    3837        </script>
  • trunk/LayoutTests/editing/selection/context-menu-text-selection-expected.txt

    r141837 r147898  
    55SUCCESS
    66SUCCESS
    7 SUCCESS
  • trunk/LayoutTests/editing/selection/context-menu-text-selection.html

    r141837 r147898  
    55<div id="resultwin">RUNNING</div>
    66<div id="resultunix">RUNNING</div>
    7 <div id="resultandroid">RUNNING</div>
    87</body>
    98<script>
     
    5049    test('win', false, 'resultwin');
    5150    test('unix', false, 'resultunix');
    52     test('android', false, 'resultandroid');
    5351}
    5452</script>
Note: See TracChangeset for help on using the changeset viewer.