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

Unified Diff: LayoutTests/fast/events/dispatch-to-function-with-handle-event-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month 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/dispatch-to-function-with-handle-event-expected.txt
diff --git a/LayoutTests/fast/events/dispatch-to-function-with-handle-event-expected.txt b/LayoutTests/fast/events/dispatch-to-function-with-handle-event-expected.txt
index ef8832e898ff5e265d9a9f7018855eaf7d5fdc5d..380fbbfd3b3152fd9858174eba1385f7b4382988 100644
--- a/LayoutTests/fast/events/dispatch-to-function-with-handle-event-expected.txt
+++ b/LayoutTests/fast/events/dispatch-to-function-with-handle-event-expected.txt
@@ -1,4 +1,7 @@
When the listener passed to addEventListener() is a function, it should be called when the event occurs. The listener function should not be tested for adherence to the EventListener interface and have its handleEvent() method called if present.
PASS The listener function should have been called to handle the event.
+PASS successfullyParsed is true
+
+TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698