Changeset 83336 in webkit


Ignore:
Timestamp:
Apr 8, 2011 1:28:48 PM (13 years ago)
Author:
rniwa@webkit.org
Message:

2011-04-08 Ryosuke Niwa <rniwa@webkit.org>

Rebaselines and text expectation updates after r83322.
The bug is tracked by https://bugs.webkit.org/show_bug.cgi?id=58158

  • platform/chromium/test_expectations.txt:
  • platform/gtk/editing/pasteboard/paste-xml-expected.txt:
  • platform/win/editing/pasteboard/paste-xml-expected.txt:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r83333 r83336  
     12011-04-08  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Rebaselines and text expectation updates after r83322.
     4        The bug is tracked by https://bugs.webkit.org/show_bug.cgi?id=58158
     5
     6        * platform/chromium/test_expectations.txt:
     7        * platform/gtk/editing/pasteboard/paste-xml-expected.txt:
     8        * platform/win/editing/pasteboard/paste-xml-expected.txt:
     9
    1102011-04-08  Dominic Cooney  <dominicc@google.com>
    211
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r83333 r83336  
    32963296
    32973297BUGCR78835 : plugins/npp-set-window-called-during-destruction.html = CRASH
     3298BUGWK58158 : editing/pasteboard/paste-xml.xhtml = PASS TEXT
  • trunk/LayoutTests/platform/gtk/editing/pasteboard/paste-xml-expected.txt

    r80127 r83336  
    1313EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
    1414EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
    15 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of #text > span > div > body > html > #document to 1 of #text > span > div > body > html > #document toDOMRange:range from 3 of #text > span > div > body > html > #document to 3 of #text > span > div > body > html > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
     15EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of #text > span > div > body > html > #document to 1 of #text > span > div > body > html > #document toDOMRange:range from 3 of #text > div > body > html > #document to 3 of #text > div > body > html > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
    1616EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
    1717EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
     
    2222    RenderBody {body} at (8,8) size 784x56
    2323      RenderBlock {div} at (0,0) size 784x56 [border: (2px solid #FF0000)]
    24         RenderInline {span} at (0,0) size 140x28
     24        RenderInline {span} at (0,0) size 69x28
    2525          RenderText {#text} at (14,14) size 69x28
    2626            text run at (14,14) width 69: "foo bar"
    27           RenderText {#text} at (83,14) size 31x28
    28             text run at (83,14) width 31: "bar"
     27        RenderText {#text} at (83,14) size 31x28
     28          text run at (83,14) width 31: "bar"
     29        RenderInline {span} at (0,0) size 40x28
    2930          RenderText {#text} at (114,14) size 40x28
    3031            text run at (114,14) width 40: " baz"
    3132        RenderText {#text} at (0,0) size 0x0
    32 caret: position 3 of child 1 {#text} of child 1 {span} of child 1 {div} of body
     33caret: position 3 of child 2 {#text} of child 1 {div} of body
  • trunk/LayoutTests/platform/win/editing/pasteboard/paste-xml-expected.txt

    r63295 r83336  
    55    RenderBody {body} at (8,8) size 784x56
    66      RenderBlock {div} at (0,0) size 784x56 [border: (2px solid #FF0000)]
    7         RenderInline {span} at (0,0) size 140x28
     7        RenderInline {span} at (0,0) size 69x28
    88          RenderText {#text} at (14,14) size 69x28
    99            text run at (14,14) width 69: "foo bar"
    10           RenderText {#text} at (83,14) size 31x28
    11             text run at (83,14) width 31: "bar"
     10        RenderText {#text} at (83,14) size 31x28
     11          text run at (83,14) width 31: "bar"
     12        RenderInline {span} at (0,0) size 40x28
    1213          RenderText {#text} at (114,14) size 40x28
    1314            text run at (114,14) width 40: " baz"
    1415        RenderText {#text} at (0,0) size 0x0
    15 caret: position 3 of child 1 {#text} of child 1 {span} of child 1 {div} of body
     16caret: position 3 of child 2 {#text} of child 1 {div} of body
Note: See TracChangeset for help on using the changeset viewer.