Changeset 138708 in webkit


Ignore:
Timestamp:
Jan 3, 2013 6:28:01 AM (11 years ago)
Author:
Csaba Osztrogonác
Message:

[Qt] Unreviewed gardening.

  • platform/qt/TestExpectations: Skip new failing tests.
  • platform/qt/editing/deleting/delete-to-select-table-expected.txt: Updated after r138654.
  • platform/qt/editing/execCommand/print-expected.txt: Updated after r138654.
  • platform/qt/editing/execCommand/selectAll-expected.txt: Updated after r138654.
  • platform/qt/editing/inserting/editable-html-element-expected.txt: Updated after r138654.
Location:
trunk/LayoutTests
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r138704 r138708  
     12013-01-03  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        [Qt] Unreviewed gardening.
     4
     5        * platform/qt/TestExpectations: Skip new failing tests.
     6        * platform/qt/editing/deleting/delete-to-select-table-expected.txt: Updated after r138654.
     7        * platform/qt/editing/execCommand/print-expected.txt: Updated after r138654.
     8        * platform/qt/editing/execCommand/selectAll-expected.txt: Updated after r138654.
     9        * platform/qt/editing/inserting/editable-html-element-expected.txt: Updated after r138654.
     10
    1112013-01-03  Mike West  <mkwst@chromium.org>
    212
  • trunk/LayoutTests/platform/qt/TestExpectations

    r138575 r138708  
    25022502# Leaking state into the next test.
    25032503webkit.org/b/85522 http/tests/security/sandboxed-iframe-form-top.html [ Skip ]
     2504
     2505# [Qt] New tests introduced in r138632 fails
     2506# https://bugs.webkit.org/show_bug.cgi?id=106015
     2507fast/css-generated-content/pseudo-animation.html
     2508fast/css-generated-content/pseudo-transition.html
  • trunk/LayoutTests/platform/qt/editing/deleting/delete-to-select-table-expected.txt

    r122712 r138708  
    11EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 3 of DIV > BODY > HTML > #document
    22EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
    3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
    4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
    5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
    6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
    7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
    8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
    93EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
    104EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
     
    4943            RenderTableRow {TR} at (0,25) size 76x21
    5044              RenderTableCell {TD} at (2,25) size 27x21 [r=1 c=0 rs=1 cs=1]
    51                 RenderText {#text} at (1,1) size 25x19
     45                RenderText {#text} at (1,1) size 20x19
    5246                  text run at (1,1) width 20: "bar"
    53                   text run at (21,1) width 5: "      "
    5447              RenderTableCell {TD} at (31,25) size 43x21 [r=1 c=1 rs=1 cs=1]
    5548                RenderText {#text} at (1,1) size 41x19
  • trunk/LayoutTests/platform/qt/editing/execCommand/print-expected.txt

    r122736 r138708  
    3434              text run at (126,112) width 278: "Because they change things. "
    3535              text run at (404,112) width 342: "They push the human race forward."
    36               text run at (746,112) width 10: "  "
    3736              text run at (0,140) width 475: "And while some may see them as the crazy ones, "
    3837              text run at (475,140) width 144: "we see genius. "
  • trunk/LayoutTests/platform/qt/editing/execCommand/selectAll-expected.txt

    r122736 r138708  
    3636              text run at (126,112) width 278: "Because they change things. "
    3737              text run at (404,112) width 342: "They push the human race forward."
    38               text run at (746,112) width 10: "  "
    3938              text run at (0,140) width 475: "And while some may see them as the crazy ones, "
    4039              text run at (475,140) width 144: "we see genius. "
  • trunk/LayoutTests/platform/qt/editing/inserting/editable-html-element-expected.txt

    r122830 r138708  
    88EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
    99EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
    10 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 1 of #text > BODY > HTML > #document to 1 of #text > BODY > HTML > #document toDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
     10EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 259 of #text > BODY > HTML > #document to 259 of #text > BODY > HTML > #document toDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
    1111EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
    1212EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
     
    2222          text run at (738,0) width 4: " "
    2323          text run at (0,19) width 777: "paragraph separator doesn't split the body (inserting a paragraph separator usually splits/clones the enclosing block flow element)."
    24         RenderText {#text} at (777,19) size 4x19
    25           text run at (777,19) width 4: " "
     24        RenderText {#text} at (0,0) size 0x0
    2625      RenderBlock {DIV} at (0,38) size 784x19
    2726        RenderBR {BR} at (0,0) size 0x19
Note: See TracChangeset for help on using the changeset viewer.