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

Unified Diff: LayoutTests/webmidi/requestmidiaccess-expected.txt

Issue 807263007: IDL: Add forEach() method to iterable<>/maplike<>/setlike<> interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: adjust test expectations Created 5 years, 11 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
« no previous file with comments | « LayoutTests/webmidi/requestmidiaccess.html ('k') | Source/bindings/scripts/idl_definitions.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webmidi/requestmidiaccess-expected.txt
diff --git a/LayoutTests/webmidi/requestmidiaccess-expected.txt b/LayoutTests/webmidi/requestmidiaccess-expected.txt
index 28540a0679e4394dd9c40907b0a8eeb613eca2ae..1139d804709ce3712c04bd00c58067726efea219 100644
--- a/LayoutTests/webmidi/requestmidiaccess-expected.txt
+++ b/LayoutTests/webmidi/requestmidiaccess-expected.txt
@@ -25,6 +25,10 @@ PASS inputs.has('MockInputID') is true
PASS inputs.has('MockOutputID') is false
PASS inputs.get('MockInputID') is input
PASS inputs.get('MockOutputID') is undefined.
+inputs.forEach(...)
+PASS forEachInput is input
+PASS forEachInputKey is inputKey
+PASS forEachMap is inputs
for (var output of outputs.values())
PASS output.id is "MockOutputID"
PASS output.manufacturer is "MockOutputManufacturer"
@@ -42,6 +46,10 @@ PASS outputs.has('MockOutputID') is true
PASS outputs.has('MockInputID') is false
PASS outputs.get('MockOutputID') is output
PASS outputs.get('MockInputID') is undefined.
+outputs.forEach(...)
+PASS forEachOutput is output
+PASS forEachOutputKey is outputKey
+PASS forEachMap is outputs
PASS a note on message is sent without timestamp
PASS a note on message is sent with timestamp
PASS output.send([0xfff, 0x45, 0x7f]) threw exception TypeError: Failed to execute 'send' on 'MIDIOutput': The value at index 0 (4095) is greater than 0xFF..
« no previous file with comments | « LayoutTests/webmidi/requestmidiaccess.html ('k') | Source/bindings/scripts/idl_definitions.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698