Changeset 141449 in webkit


Ignore:
Timestamp:
Jan 31, 2013, 11:16:07 AM (12 years ago)
Author:
tony@chromium.org
Message:

Unreviewed, update expectation after the order of elements was codified.
https://bugs.webkit.org/show_bug.cgi?id=98686

Also delete the Qt result since this test is skipped on Qt.

  • editing/pasteboard/data-transfer-items-expected.txt:
  • platform/qt/editing/pasteboard/data-transfer-items-expected.txt: Removed.
Location:
trunk/LayoutTests
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r141440 r141449  
     12013-01-31  Tony Chang  <tony@chromium.org>
     2
     3        Unreviewed, update expectation after the order of elements was codified.
     4        https://bugs.webkit.org/show_bug.cgi?id=98686
     5
     6        Also delete the Qt result since this test is skipped on Qt.
     7
     8        * editing/pasteboard/data-transfer-items-expected.txt:
     9        * platform/qt/editing/pasteboard/data-transfer-items-expected.txt: Removed.
     10
    1112013-01-31  Florin Malita  <fmalita@chromium.org>
    212
  • trunk/LayoutTests/editing/pasteboard/data-transfer-items-expected.txt

    r134792 r141449  
    1313items.length: 2
    1414items[0].kind: string
    15 items[0].type: text/html
     15items[0].type: text/plain
    1616items[1].kind: string
    17 items[1].type: text/plain
     17items[1].type: text/html
    1818items[2] is undefined: undefined
    1919Testing if DataTransferItems can be accessed outside an event handler...
     
    2121copy: items[0] value: Hello World!
    2222copy: items[1] value: <b>Hello World!
    23 paste: items[0] value: <span style="color: rgb(0, 0, 0); font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; display: inline !important; float: none;">This file tests the basic functionality and properties of DataTransferItems. This test requires DRT.</span>
    24 paste: items[1] value: This file tests the basic functionality and properties of DataTransferItems. This test requires DRT.
     23paste: items[0] value: This file tests the basic functionality and properties of DataTransferItems. This test requires DRT.
     24paste: items[1] value: <span style="color: rgb(0, 0, 0); font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; display: inline !important; float: none;">This file tests the basic functionality and properties of DataTransferItems. This test requires DRT.</span>
    2525
  • trunk/LayoutTests/platform/chromium/TestExpectations

    r141440 r141449  
    39273927#webkit.org/b/98766 [ Android ] media/track/track-cue-rendering-horizontal.html [ Failure ]
    39283928
    3929 webkit.org/b/98686 editing/pasteboard/data-transfer-items.html [ Failure ]
    3930 
    39313929webkit.org/b/23166 [ Android Mac Win ] fast/css/background-clip-radius-values.html [ Pass ImageOnlyFailure ]
    39323930webkit.org/b/23166 ietestcenter/css3/bordersbackgrounds/border-radius-clip-002.htm [ Pass ImageOnlyFailure ]
Note: See TracChangeset for help on using the changeset viewer.