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

Unified Diff: LayoutTests/fast/events/message-port-start-and-close-different-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-different-microtask-expected.txt
diff --git a/LayoutTests/fast/events/message-port-start-and-close-different-microtask-expected.txt b/LayoutTests/fast/events/message-port-start-and-close-different-microtask-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9b72eec4527db7d9095433d28d13d303b9cf5893
--- /dev/null
+++ b/LayoutTests/fast/events/message-port-start-and-close-different-microtask-expected.txt
@@ -0,0 +1,8 @@
+Test whether opening and closing a messageport in different microtasks correctly receives an in-flight message.
+
+Should be a START message, followed by a HELLO message then DONE.
+
+START
+PASS. Got Message: HELLO before close
+DONE
+

Powered by Google App Engine
This is Rietveld 408576698