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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/constructors/midi-message-event-constructor-expected.txt

Issue 2099213002: Web MIDI: prepare to deprecate MIDIMessageEvent::receivedTime (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more test expectation Created 4 years, 6 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/events/constructors/midi-message-event-constructor-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/constructors/midi-message-event-constructor-expected.txt b/third_party/WebKit/LayoutTests/fast/events/constructors/midi-message-event-constructor-expected.txt
index 5dc82f1c400d9bf6cdd10d07b00d92879c37b4dd..678ec5721eed280de87524ed07c9d8a9d86e21bc 100644
--- a/third_party/WebKit/LayoutTests/fast/events/constructors/midi-message-event-constructor-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/events/constructors/midi-message-event-constructor-expected.txt
@@ -1,3 +1,11 @@
+CONSOLE INFO: line 1: receivedTime is deprecated and will be removed from MIDIMessageEvent soon. Use timeStamp instead.
+CONSOLE INFO: line 1: receivedTime is deprecated and will be removed from MIDIMessageEvent soon. Use timeStamp instead.
+CONSOLE INFO: line 1: receivedTime is deprecated and will be removed from MIDIMessageEvent soon. Use timeStamp instead.
+CONSOLE INFO: line 1: receivedTime is deprecated and will be removed from MIDIMessageEvent soon. Use timeStamp instead.
+CONSOLE INFO: line 1: receivedTime is deprecated and will be removed from MIDIMessageEvent soon. Use timeStamp instead.
+CONSOLE INFO: line 1: receivedTime is deprecated and will be removed from MIDIMessageEvent soon. Use timeStamp instead.
+CONSOLE INFO: line 1: receivedTime is deprecated and will be removed from MIDIMessageEvent soon. Use timeStamp instead.
+CONSOLE INFO: line 1: receivedTime is deprecated and will be removed from MIDIMessageEvent soon. Use timeStamp instead.
This tests the constructor for the MIDIMessageEvent DOM class.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Powered by Google App Engine
This is Rietveld 408576698