Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(518)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/editing/dnd/synthetic/001-expected.txt

Issue 2022203002: Import wpt@d510ec1abc30eee4c855c13842bc2f0dfa791f8b (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Message changed by testharness.js update Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS window.DragEvent should be exposed 2 PASS window.DragEvent should be exposed
3 FAIL createEvent should not be able to create a DragEvent assert_throws: functio n "function () { 3 FAIL createEvent should not be able to create a DragEvent assert_throws: functio n "function () {
4 » var evt = document.createEvent('DragEvent..." did not throw 4 » var evt = document.createEvent('DragEvent');
5 }" did not throw
5 PASS DragEvent should have all of the inherited init*Event methods 6 PASS DragEvent should have all of the inherited init*Event methods
6 PASS initMouseEvent should not throw 7 PASS initMouseEvent should not throw
7 PASS initUIEvent should not throw 8 PASS initUIEvent should not throw
8 PASS initEvent should not throw 9 PASS initEvent should not throw
9 PASS DragEvent constructor with null as the dataTransfer parameter should be abl e to fire the event 10 PASS DragEvent constructor with null as the dataTransfer parameter should be abl e to fire the event
10 PASS DragEvent constructor with undefined as the dataTransfer parameter should b e able to fire the event 11 PASS DragEvent constructor with undefined as the dataTransfer parameter should b e able to fire the event
11 PASS DragEvent constructor with custom object as the dataTransfer parameter shou ld throw TypeError 12 PASS DragEvent constructor with custom object as the dataTransfer parameter shou ld throw TypeError
12 PASS initMouseEvent should be able to fire the event 13 PASS initMouseEvent should be able to fire the event
13 PASS initUIEvent should be able to fire the event 14 PASS initUIEvent should be able to fire the event
14 PASS initEvent should be able to fire the event 15 PASS initEvent should be able to fire the event
15 PASS DragEvent constructor with null as the dataTransfer parameter should give n ull as the dataTransfer 16 PASS DragEvent constructor with null as the dataTransfer parameter should give n ull as the dataTransfer
16 PASS DragEvent constructor with undefined as the dataTransfer parameter should g ive null as the dataTransfer 17 PASS DragEvent constructor with undefined as the dataTransfer parameter should g ive null as the dataTransfer
17 PASS initMouseEvent should give null as the dataTransfer 18 PASS initMouseEvent should give null as the dataTransfer
18 PASS initUIEvent should give null as the dataTransfer 19 PASS initUIEvent should give null as the dataTransfer
19 PASS initEvent should give null as the dataTransfer 20 PASS initEvent should give null as the dataTransfer
20 Harness: the test ran to completion. 21 Harness: the test ran to completion.
21 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698