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

Unified Diff: LayoutTests/fast/dom/global-event-handlers-expected.txt

Issue 252373002: Add ontoggle to GlobalEventHandlers and HTML attributes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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/dom/global-event-handlers-expected.txt
diff --git a/LayoutTests/fast/dom/global-event-handlers-expected.txt b/LayoutTests/fast/dom/global-event-handlers-expected.txt
index b9823ad6445d3f39164af88305619b0a25d9084b..ab2e2bbde4aa784f0a4eedc1289555d5c515c832 100644
--- a/LayoutTests/fast/dom/global-event-handlers-expected.txt
+++ b/LayoutTests/fast/dom/global-event-handlers-expected.txt
@@ -638,16 +638,16 @@ PASS Enumerate Document.ontimeupdate
PASS Set Window.ontimeupdate
PASS Enumerate Window.ontimeupdate
PASS No Element.ontoggle
-FAIL Set HTMLElement.ontoggle assert_equals: Initially null expected (object) null but got (undefined) undefined
-FAIL Enumerate HTMLElement.ontoggle assert_true: expected true got undefined
-FAIL Reflect HTMLElement.ontoggle assert_equals: Convert to function expected "function" but got "undefined"
-FAIL Set SVGElement.ontoggle assert_equals: Initially null expected (object) null but got (undefined) undefined
-FAIL Enumerate SVGElement.ontoggle assert_true: expected true got undefined
-FAIL Reflect SVGElement.ontoggle assert_equals: Convert to function expected "function" but got "undefined"
-FAIL Set Document.ontoggle assert_equals: Initially null expected (object) null but got (undefined) undefined
-FAIL Enumerate Document.ontoggle assert_true: expected true got undefined
-FAIL Set Window.ontoggle assert_equals: Initially null expected (object) null but got (undefined) undefined
-FAIL Enumerate Window.ontoggle assert_true: expected true got undefined
+PASS Set HTMLElement.ontoggle
+PASS Enumerate HTMLElement.ontoggle
+PASS Reflect HTMLElement.ontoggle
+PASS Set SVGElement.ontoggle
+PASS Enumerate SVGElement.ontoggle
+PASS Reflect SVGElement.ontoggle
+PASS Set Document.ontoggle
+PASS Enumerate Document.ontoggle
+PASS Set Window.ontoggle
+PASS Enumerate Window.ontoggle
PASS No Element.onvolumechange
PASS Set HTMLElement.onvolumechange
PASS Enumerate HTMLElement.onvolumechange

Powered by Google App Engine
This is Rietveld 408576698