Index: third_party/WebKit/LayoutTests/imported/wpt/html/editing/dnd/synthetic/001-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/editing/dnd/synthetic/001-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/editing/dnd/synthetic/001-expected.txt |
index a6f1920feb2c32d521fcd2b15fb7b1fe7bc49279..43f0ab4209de2f3f0f521dc10c2cbf288ae2e729 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/editing/dnd/synthetic/001-expected.txt |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/editing/dnd/synthetic/001-expected.txt |
@@ -1,7 +1,8 @@ |
This is a testharness.js-based test. |
PASS window.DragEvent should be exposed |
FAIL createEvent should not be able to create a DragEvent assert_throws: function "function () { |
- var evt = document.createEvent('DragEvent..." did not throw |
+ var evt = document.createEvent('DragEvent'); |
+ }" did not throw |
PASS DragEvent should have all of the inherited init*Event methods |
PASS initMouseEvent should not throw |
PASS initUIEvent should not throw |