зеркало из https://github.com/mozilla/gecko-dev.git
Bug 586225 Make test_htmleditor_keyevent_handling.html recognize Solaris r=masayuki a=testing files only
This commit is contained in:
Родитель
ae4f371e8e
Коммит
6e2c8bd88e
|
@ -29,7 +29,7 @@ var htmlEditor = document.getElementById("htmlEditor");
|
|||
|
||||
const kIsMac = navigator.platform.indexOf("Mac") == 0;
|
||||
const kIsWin = navigator.platform.indexOf("Win") == 0;
|
||||
const kIsLinux = navigator.platform.indexOf("Linux") == 0;
|
||||
const kIsLinux = navigator.platform.indexOf("Linux") == 0 || navigator.platform.indexOf("SunOS") == 0 ;
|
||||
|
||||
function runTests()
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче