Bug 1257849 followup. Add 'search' to the list of supported tokens for <link>, since the spec added it. r=bkelly originally.

This commit is contained in:
Boris Zbarsky
2016-05-18 20:27:37 -04:00
parent 634f848b9d
commit 18f9fa96b4

View File

@@ -470,6 +470,7 @@ static const DOMTokenListSupportedToken sSupportedRelValues[] = {
"alternate",
"preconnect",
"icon",
"search",
nullptr
};