Bug 1546493 - fixed editor/libeditor mochitests to work outside of isolated clipboard job. r=masayuki

fixed editor/libeditor mochitests to work outside of isolated clipboard job.

Differential Revision: https://phabricator.services.mozilla.com/D28837

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Joel Maher 2019-04-28 00:07:39 +00:00
Родитель 28714c6be2
Коммит 6e318fef99
2 изменённых файлов: 6 добавлений и 0 удалений

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

@ -9,6 +9,9 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=597331
<script src="/tests/SimpleTest/EventUtils.js"></script>
<script src="/tests/SimpleTest/WindowSnapshot.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
<style>
textarea { border-color: white; }
</style>
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=597331">Mozilla Bug 597331</a>

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

@ -9,6 +9,9 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=600570
<script src="/tests/SimpleTest/EventUtils.js"></script>
<script src="/tests/SimpleTest/WindowSnapshot.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
<style>
textarea { border-color: white; }
</style>
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=600570">Mozilla Bug 600570</a>