Bug 1359302 - Update the browser_parsable_css.js whitelist to expect that ua.css and html.css might be loaded from gre-resources, r=Gijs

MozReview-Commit-ID: HJGL8CUylNi

--HG--
extra : rebase_source : 7ae028a6d9423b45ed68ea76be113bf3731b1678
This commit is contained in:
Phil Ringnalda 2017-04-24 21:37:35 -07:00
Родитель 77b3f78445
Коммит e02b03e25f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -65,7 +65,7 @@ let whitelist = [
if (!Services.prefs.getBoolPref("full-screen-api.unprefix.enabled")) {
whitelist.push({
sourceName: /res\/(ua|html)\.css$/i,
sourceName: /(?:res|gre-resources)\/(ua|html)\.css$/i,
errorMessage: /Unknown pseudo-class .*\bfullscreen\b/i,
isFromDevTools: false
});