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 |
index 6fbbd276c176129ec6273d6a892a9776b9375c55..ca440f1d88bf5be183fcfc9e95a51cde3e1bc3cc 100644 |
--- a/LayoutTests/fast/html/details-open-toggle-event-expected.txt |
+++ b/LayoutTests/fast/html/details-open-toggle-event-expected.txt |
@@ -3,16 +3,25 @@ Tests that a 'toggle' event is fired asynchronously whenever the open attribute |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+PASS details.ontoggle.__proto__ is Function.prototype |
PASS details.open is false |
PASS toggleEventCount is 0 |
+PASS toggleEventCountFromHTMLAttribute is 0 |
PASS toggleEventCount is 0 |
+PASS toggleEventCountFromHTMLAttribute is 0 |
+PASS testEvent.__proto__ is Event.prototype |
+PASS testEvent.type is "toggle" |
PASS testEvent.__proto__ is Event.prototype |
PASS testEvent.type is "toggle" |
PASS toggleEventCount is 1 |
+PASS toggleEventCountFromHTMLAttribute is 1 |
PASS details.open is true |
PASS testEvent.__proto__ is Event.prototype |
PASS testEvent.type is "toggle" |
+PASS testEvent.__proto__ is Event.prototype |
+PASS testEvent.type is "toggle" |
PASS toggleEventCount is 2 |
+PASS toggleEventCountFromHTMLAttribute is 2 |
PASS details.open is false |
PASS successfullyParsed is true |