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

Unified Diff: third_party/WebKit/LayoutTests/fast/js/constructor-length-expected.txt

Issue 2015673003: Use correct signature for custom constructor of CustomEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test Created 4 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/js/constructor-length-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/js/constructor-length-expected.txt b/third_party/WebKit/LayoutTests/fast/js/constructor-length-expected.txt
index 9bdfc35210bd91932c85011d5c1e4f53e009861a..309a8ab68950b09784f726c6a3da6364206dab73 100644
--- a/third_party/WebKit/LayoutTests/fast/js/constructor-length-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/js/constructor-length-expected.txt
@@ -7,7 +7,7 @@ PASS ArrayBuffer.length is 1
PASS AudioContext.length is 0
PASS Blob.length is 0
PASS CloseEvent.length is 1
-FAIL CustomEvent.length should be 1. Was 0.
+PASS CustomEvent.length is 1
FAIL DOMFormData.length should be 0. Threw exception ReferenceError: DOMFormData is not defined
PASS DOMParser.length is 0
PASS DataView.length is 3

Powered by Google App Engine
This is Rietveld 408576698