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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/mediacapture-streams/GUM-unknownkey-option-param.https-expected.txt

Issue 2677763002: Unskip mediastream-capture WPT tests (Closed)
Patch Set: rebase, fix test name Created 3 years, 9 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 FAIL getUserMedia({doesnotexist:true}) aborts with NOT_SUPPORTED_ERR assert_thro ws: function "function () {
3 navigator.getUserMedia(
4 {doesnotexist:true},
5 t.step_func(function (stream) {
6 assert_unreached("This should never be triggered since the constra ints parameter is unrecognized");
7 }), t.step_func(function (error) {
8 assert_unreached("This should never be triggered since the constra ints parameter is unrecognized");
9 }));
10 }" threw object "ReferenceError: t is not defined" that is not a DOMExcept ion NOT_SUPPORTED_ERR: property "code" is equal to undefined, expected 9
11 Harness: the test ran to completion.
12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698