Changeset 141449 in webkit
- Timestamp:
- Jan 31, 2013, 11:16:07 AM (12 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r141440 r141449 1 2013-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 1 11 2013-01-31 Florin Malita <fmalita@chromium.org> 2 12 -
trunk/LayoutTests/editing/pasteboard/data-transfer-items-expected.txt
r134792 r141449 13 13 items.length: 2 14 14 items[0].kind: string 15 items[0].type: text/ html15 items[0].type: text/plain 16 16 items[1].kind: string 17 items[1].type: text/ plain17 items[1].type: text/html 18 18 items[2] is undefined: undefined 19 19 Testing if DataTransferItems can be accessed outside an event handler... … … 21 21 copy: items[0] value: Hello World! 22 22 copy: 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.23 paste: items[0] value: This file tests the basic functionality and properties of DataTransferItems. This test requires DRT. 24 paste: 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> 25 25 -
trunk/LayoutTests/platform/chromium/TestExpectations
r141440 r141449 3927 3927 #webkit.org/b/98766 [ Android ] media/track/track-cue-rendering-horizontal.html [ Failure ] 3928 3928 3929 webkit.org/b/98686 editing/pasteboard/data-transfer-items.html [ Failure ]3930 3931 3929 webkit.org/b/23166 [ Android Mac Win ] fast/css/background-clip-radius-values.html [ Pass ImageOnlyFailure ] 3932 3930 webkit.org/b/23166 ietestcenter/css3/bordersbackgrounds/border-radius-clip-002.htm [ Pass ImageOnlyFailure ]
Note:
See TracChangeset
for help on using the changeset viewer.