diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-20 22:54:26 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-20 22:54:26 +0200 |
commit | 4549256c2b685782587f2ccad6a105c0392492c7 (patch) | |
tree | b4364b3e0c84ed2c812158e89054e2c57b47f962 /editor/libeditor/tests/chrome.ini | |
parent | 20a3f8c006445b176fa8559f6529c2cf3cb75b0d (diff) | |
download | UXP-4549256c2b685782587f2ccad6a105c0392492c7.tar UXP-4549256c2b685782587f2ccad6a105c0392492c7.tar.gz UXP-4549256c2b685782587f2ccad6a105c0392492c7.tar.lz UXP-4549256c2b685782587f2ccad6a105c0392492c7.tar.xz UXP-4549256c2b685782587f2ccad6a105c0392492c7.zip |
moebius#56: Fix: DataTransfer - Pasting image from clipboard fails in some cases
https://github.com/MoonchildProductions/moebius/pull/56
Diffstat (limited to 'editor/libeditor/tests/chrome.ini')
-rw-r--r-- | editor/libeditor/tests/chrome.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/libeditor/tests/chrome.ini b/editor/libeditor/tests/chrome.ini index 98db30001..dd13370a5 100644 --- a/editor/libeditor/tests/chrome.ini +++ b/editor/libeditor/tests/chrome.ini @@ -12,3 +12,4 @@ support-files = green.png [test_set_document_title_transaction.html] [test_texteditor_keyevent_handling.html] skip-if = (debug && os=='win') || (os == 'linux') # Bug 1116205, leaks on windows debug, fails delete key on linux +[test_pasteImgTextarea.xul] |