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

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

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (Closed)
Patch Set: Created 3 years, 10 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
(Empty)
1 This is a testharness.js-based test.
2 PASS window.DragEvent should be exposed
3 FAIL createEvent should not be able to create a DragEvent assert_throws: functio n "function () {
4 var evt = document.createEvent('DragEvent');
5 }" did not throw
6 PASS DragEvent should have all of the inherited init*Event methods
7 PASS initMouseEvent should not throw
8 PASS initUIEvent should not throw
9 PASS initEvent should not throw
10 PASS DragEvent constructor with null as the dataTransfer parameter should be abl e to fire the event
11 PASS DragEvent constructor with undefined as the dataTransfer parameter should b e able to fire the event
12 PASS DragEvent constructor with custom object as the dataTransfer parameter shou ld throw TypeError
13 PASS initMouseEvent should be able to fire the event
14 PASS initUIEvent should be able to fire the event
15 PASS initEvent should be able to fire the event
16 PASS DragEvent constructor with null as the dataTransfer parameter should give n ull as the dataTransfer
17 PASS DragEvent constructor with undefined as the dataTransfer parameter should g ive null as the dataTransfer
18 PASS initMouseEvent should give null as the dataTransfer
19 PASS initUIEvent should give null as the dataTransfer
20 PASS initEvent should give null as the dataTransfer
21 Harness: the test ran to completion.
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698