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

Unified Diff: LayoutTests/fast/html/details-open-toggle-event-expected.txt

Issue 249573002: HTMLDetailsElement should fire a 'toggle' event (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rename detail to details 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
« no previous file with comments | « LayoutTests/fast/html/details-open-toggle-event.html ('k') | Source/core/events/EventTypeNames.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/html/details-open-toggle-event-expected.txt
diff --git a/LayoutTests/fast/html/details-open-toggle-event-expected.txt b/LayoutTests/fast/html/details-open-toggle-event-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..6fbbd276c176129ec6273d6a892a9776b9375c55
--- /dev/null
+++ b/LayoutTests/fast/html/details-open-toggle-event-expected.txt
@@ -0,0 +1,20 @@
+Tests that a 'toggle' event is fired asynchronously whenever the open attribute is added to or removed from a details element.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS details.open is false
+PASS toggleEventCount is 0
+PASS toggleEventCount is 0
+PASS testEvent.__proto__ is Event.prototype
+PASS testEvent.type is "toggle"
+PASS toggleEventCount is 1
+PASS details.open is true
+PASS testEvent.__proto__ is Event.prototype
+PASS testEvent.type is "toggle"
+PASS toggleEventCount is 2
+PASS details.open is false
+PASS successfullyParsed is true
+
+TEST COMPLETE
+details
« no previous file with comments | « LayoutTests/fast/html/details-open-toggle-event.html ('k') | Source/core/events/EventTypeNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698