From e9ebba30d8174120dacf0335f76842f1837680d9 Mon Sep 17 00:00:00 2001 From: Henri Sivonen Date: Wed, 13 Jan 2021 11:30:50 +0000 Subject: [PATCH] Bug 1682950 - Skip test_sanitizer_on_paste.html in headless mode. r=saschanaz Differential Revision: https://phabricator.services.mozilla.com/D101338 --- editor/libeditor/tests/mochitest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/libeditor/tests/mochitest.ini b/editor/libeditor/tests/mochitest.ini index c25ea6e0b9bf..94d136142467 100644 --- a/editor/libeditor/tests/mochitest.ini +++ b/editor/libeditor/tests/mochitest.ini @@ -314,3 +314,4 @@ skip-if = toolkit == 'android' [test_pasteImgTextarea.html] [test_execCommandPaste_noTarget.html] [test_sanitizer_on_paste.html] +skip-if = headless # 1686012