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

Unified Diff: LayoutTests/fast/events/constructors/event-constructors-expected.txt

Issue 1154943009: bindings: Remove [EventConstructor] and [InitializedByEventConstructor] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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: LayoutTests/fast/events/constructors/event-constructors-expected.txt
diff --git a/LayoutTests/fast/events/constructors/event-constructors-expected.txt b/LayoutTests/fast/events/constructors/event-constructors-expected.txt
index 6abc8e097cf555853b6b596e7acaef44ea5b1f46..ff56f4c7d6b3e601d8b46a7ed1863b600c348430 100644
--- a/LayoutTests/fast/events/constructors/event-constructors-expected.txt
+++ b/LayoutTests/fast/events/constructors/event-constructors-expected.txt
@@ -21,8 +21,7 @@ PASS (new Event('eventType', null)).bubbles is false
PASS (new Event('eventType', null)).cancelable is false
PASS (new Event('eventType', undefined)).bubbles is false
PASS (new Event('eventType', undefined)).cancelable is false
-PASS (new Event('eventType', 0)).bubbles is false
-PASS (new Event('eventType', 0)).cancelable is false
+PASS new Event('eventType', 0) threw exception TypeError: Failed to construct 'Event': parameter 2 ('eventInitDict') is not an object..
PASS (new Event('eventType', window)).bubbles is false
PASS (new Event('eventType', window)).cancelable is false
PASS (new Event('eventType', window)).bubbles is true

Powered by Google App Engine
This is Rietveld 408576698