diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-04-22 10:13:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-22 10:13:13 +0200 |
commit | c74754d23864569956853c1f77a37275842b0fd0 (patch) | |
tree | c858bde1c123fd2c73935d8cb811a6be364daf81 /editor/libeditor/tests/mochitest.ini | |
parent | cbe93351ee1d924090fc689f85c657c3e1aac41d (diff) | |
parent | 306690e137c2bb031020ba3c2c1515ba731a23a5 (diff) | |
download | UXP-c74754d23864569956853c1f77a37275842b0fd0.tar UXP-c74754d23864569956853c1f77a37275842b0fd0.tar.gz UXP-c74754d23864569956853c1f77a37275842b0fd0.tar.lz UXP-c74754d23864569956853c1f77a37275842b0fd0.tar.xz UXP-c74754d23864569956853c1f77a37275842b0fd0.zip |
Merge pull request #225 from janekptacijarabaci/data-transfer_1
moebius#56: DataTransfer - Pasting image from clipboard fails in some cases
Diffstat (limited to 'editor/libeditor/tests/mochitest.ini')
-rw-r--r-- | editor/libeditor/tests/mochitest.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/libeditor/tests/mochitest.ini b/editor/libeditor/tests/mochitest.ini index 4df3f606b..33b164819 100644 --- a/editor/libeditor/tests/mochitest.ini +++ b/editor/libeditor/tests/mochitest.ini @@ -247,3 +247,5 @@ skip-if = toolkit == 'android' [test_css_chrome_load_access.html] skip-if = toolkit == 'android' # chrome urls not available due to packaging [test_selection_move_commands.html] +[test_pasteImgTextarea.html] +skip-if = toolkit == 'android' # bug 1299578 |