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

Unified Diff: LayoutTests/fast/events/message-port-start-and-close-same-microtask-expected.txt

Issue 720543005: Fix MessagePort race exposed by blink scheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix test descriptions which had got mixed up. Created 6 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/message-port-start-and-close-same-microtask-expected.txt
diff --git a/LayoutTests/fast/events/message-port-start-and-close-same-microtask-expected.txt b/LayoutTests/fast/events/message-port-start-and-close-same-microtask-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9a8aa150f25ac6a408822e07683cc73bf55e4906
--- /dev/null
+++ b/LayoutTests/fast/events/message-port-start-and-close-same-microtask-expected.txt
@@ -0,0 +1,7 @@
+Test whether opening and closing a messageport in the same microtask correctly discards an in-flight message.
+
+Should be a START message, followed with DONE.
+
+START
+DONE
+
« no previous file with comments | « LayoutTests/fast/events/message-port-start-and-close-same-microtask.html ('k') | Source/core/dom/MessagePort.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698