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

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

Issue 2670273002: Move tests for DETAILS and SUMMARY elements to html/details_summary/. (Closed)
Patch Set: Created 3 years, 11 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/fast/html/details-open-toggle-event-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/html/details-open-toggle-event-expected.txt b/third_party/WebKit/LayoutTests/fast/html/details-open-toggle-event-expected.txt
deleted file mode 100644
index ca440f1d88bf5be183fcfc9e95a51cde3e1bc3cc..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/html/details-open-toggle-event-expected.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-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.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
-
-TEST COMPLETE
-details

Powered by Google App Engine
This is Rietveld 408576698