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

Unified Diff: third_party/WebKit/LayoutTests/webmidi/loopback-receive.html

Issue 2489033005: Web MIDI: deprecate MIDIMessageEvent.receivedTime (Closed)
Patch Set: expectation for virtual Created 4 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: third_party/WebKit/LayoutTests/webmidi/loopback-receive.html
diff --git a/third_party/WebKit/LayoutTests/webmidi/loopback-receive.html b/third_party/WebKit/LayoutTests/webmidi/loopback-receive.html
index 3b2423179b5f4f25d178fbdb43e65c822f31c605..5e2f1880f48bf45a64ae103d3983431507d57edf 100644
--- a/third_party/WebKit/LayoutTests/webmidi/loopback-receive.html
+++ b/third_party/WebKit/LayoutTests/webmidi/loopback-receive.html
@@ -44,7 +44,6 @@ function verifyData(e) {
actual = e.data;
shouldBe("actual", "expected");
midiMessageEvent = e;
- shouldBeTrue("midiMessageEvent.receivedTime !== undefined");
receiveCount++;
if (receiveCount == testData.length)
e.target.resolve();

Powered by Google App Engine
This is Rietveld 408576698