Bug 1269568 - Update browser_webconsole_bug_762593_... to check for the more accurate frame message. r=me

MozReview-Commit-ID: AY5cVtc08Tl

--HG--
extra : rebase_source : f14b3a233897c9dcf50a6713603d3413d9fee7f4
This commit is contained in:
Matthew Noorenberghe 2016-10-10 14:28:50 -07:00
Родитель 51ffe8e041
Коммит 4085f82caf
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -10,7 +10,7 @@
const TEST_URI = "http://example.com/browser/devtools/client/webconsole/" +
"test/test-bug-762593-insecure-passwords-about-blank-web-console-warning.html";
const INSECURE_PASSWORD_MSG = "Password fields present on an insecure " +
"(http://) page. This is a security risk that allows user login " +
"(http://) iframe. This is a security risk that allows user login " +
"credentials to be stolen.";
add_task(function* () {