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

Unified Diff: LayoutTests/fast/dom/unregister-protocol-handler.html

Issue 21714004: Update scheme list according to latest specification (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 4 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: LayoutTests/fast/dom/unregister-protocol-handler.html
diff --git a/LayoutTests/fast/dom/unregister-protocol-handler.html b/LayoutTests/fast/dom/unregister-protocol-handler.html
index 514f7c8db65c6507ed8fb1049c9ff061320a107f..9a6afd0a509ab0167e262a5d756f5ed88f3f164f 100644
--- a/LayoutTests/fast/dom/unregister-protocol-handler.html
+++ b/LayoutTests/fast/dom/unregister-protocol-handler.html
@@ -32,7 +32,7 @@ invalid_protocols.forEach(function (protocol) {
debug('Fail: Invalid protocol "' + protocol + '" allowed.');
});
-var valid_protocols = ['bitcoin', 'irc', 'geo', 'mailto', 'magnet', 'mms', 'news', 'nntp', 'sip', 'sms', 'smsto', 'ssh', 'tel', 'urn', 'webcal', 'xmpp'];
+var valid_protocols = ['bitcoin', 'geo', 'im', 'irc', 'ircs', 'magnet', 'mailto', 'mms', 'news', 'nntp', 'sip', 'sms', 'smsto', 'ssh', 'tel', 'urn', 'webcal', 'webtai', 'xmpp'];
valid_protocols.forEach(function (protocol) {
var succeeded = false;
try {

Powered by Google App Engine
This is Rietveld 408576698