Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createEvent-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createEvent-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createEvent-expected.txt |
index 8f7679772b74da8503ff1a220505b3dd0bba71d4..2b16dc3b1193d2bedafcc7fc07db95d8541c9cba 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createEvent-expected.txt |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createEvent-expected.txt |
@@ -345,6 +345,10 @@ PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "OrientationE |
PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "OrientationEvents" |
PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PageTransition" |
PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "PageTransitions" |
+FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PointerEvent" assert_throws: function "function () { |
+ var evt = document.createEvent(eventInterface); |
+ }" did not throw |
+PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "PointerEvents" |
PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PopUpEvent" |
PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "PopUpEvents" |
FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PresentationConnectionAvailableEvent" assert_throws: function "function () { |