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

Side by Side Diff: LayoutTests/http/tests/security/powerfulFeatureRestrictions/old-powerful-features-on-insecure-origin-expected.txt

Issue 1125903003: Add deprecation warning to requestMediaKeySystemAccess on insecure origins. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 7 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE WARNING: getCurrentPosition() and watchPosition() are deprecated on inse cure origins, and support will be removed in the future. You should consider swi tching your application to a secure origin, such as HTTPS. See https://goo.gl/rS tTGz for more details. 1 CONSOLE WARNING: getCurrentPosition() and watchPosition() are deprecated on inse cure origins, and support will be removed in the future. You should consider swi tching your application to a secure origin, such as HTTPS. See https://goo.gl/rS tTGz for more details.
2 CONSOLE WARNING: requestFullscreen() is deprecated on insecure origins, and supp ort will be removed in the future. You should consider switching your applicatio n to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details. 2 CONSOLE WARNING: requestFullscreen() is deprecated on insecure origins, and supp ort will be removed in the future. You should consider switching your applicatio n to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.
3 CONSOLE WARNING: getUserMedia() is deprecated on insecure origins, and support w ill be removed in the future. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details. 3 CONSOLE WARNING: getUserMedia() is deprecated on insecure origins, and support w ill be removed in the future. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.
4 CONSOLE WARNING: requestMediaKeySystemAccess() is deprecated on insecure origins in the specification. Support will be removed in the future. You should conside r switching your application to a secure origin, such as HTTPS. See https://goo. gl/rStTGz for more details.
4 This is a testharness.js-based test. 5 This is a testharness.js-based test.
5 PASS getCurrentPosition 6 PASS getCurrentPosition
6 PASS watchPosition 7 PASS watchPosition
7 PASS fullscreen 8 PASS fullscreen
8 PASS getUserMedia 9 PASS getUserMedia
9 PASS device motion 10 PASS device motion
10 PASS device orientation 11 PASS device orientation
12 PASS requestMediaKeySystemAccess
11 Harness: the test ran to completion. 13 Harness: the test ran to completion.
12 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698