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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces-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/imported/wpt/dom/interfaces-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces-expected.txt
index bce9d4210ab5c31b819d6d203cbfdadb0743cd7c..3b6d56852cc18a991c896f23d1ac049f054c31a5 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces-expected.txt
@@ -70,7 +70,7 @@ FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on new Event(
fn.apply(obj, args);
}" did not throw
PASS CustomEvent interface: existence and properties of interface object
-FAIL CustomEvent interface object length assert_equals: wrong value for CustomEvent.length expected 1 but got 0
+PASS CustomEvent interface object length
PASS CustomEvent interface object name
FAIL CustomEvent interface: existence and properties of interface prototype object assert_equals: class string of CustomEvent.prototype expected "[object CustomEventPrototype]" but got "[object CustomEvent]"
PASS CustomEvent interface: existence and properties of interface prototype object's "constructor" property

Powered by Google App Engine
This is Rietveld 408576698