diff options
author | New Tobin Paradigm <email@mattatobin.com> | 2018-04-16 08:24:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-16 08:24:14 -0400 |
commit | a66e6546c361d238b0179af18e26bf18aa4a7eb9 (patch) | |
tree | add968413c1d17d58ae0835b7051b7d38e4648f3 /editor/libeditor/tests/mochitest.ini | |
parent | ded797b8bb211a2e5591d4b7d21c017a7c23b67b (diff) | |
parent | 05bb04a6514d2e6557dc0697c34a56cfd2c399a4 (diff) | |
download | UXP-a66e6546c361d238b0179af18e26bf18aa4a7eb9.tar UXP-a66e6546c361d238b0179af18e26bf18aa4a7eb9.tar.gz UXP-a66e6546c361d238b0179af18e26bf18aa4a7eb9.tar.lz UXP-a66e6546c361d238b0179af18e26bf18aa4a7eb9.tar.xz UXP-a66e6546c361d238b0179af18e26bf18aa4a7eb9.zip |
Merge pull request #173 from janekptacijarabaci/html_table_editor_contenteditable_1
moebius#190: HTML - table - editor (contenteditable) - post process node array to remove all descendants of replacement node
Diffstat (limited to 'editor/libeditor/tests/mochitest.ini')
-rw-r--r-- | editor/libeditor/tests/mochitest.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/libeditor/tests/mochitest.ini b/editor/libeditor/tests/mochitest.ini index 9aafa0ac2..4df3f606b 100644 --- a/editor/libeditor/tests/mochitest.ini +++ b/editor/libeditor/tests/mochitest.ini @@ -217,6 +217,9 @@ skip-if = toolkit == 'android' [test_bug1258085.html] [test_bug1268736.html] [test_bug1270235.html] +[test_bug1306532.html] +subsuite = clipboard +skip-if = toolkit == 'android' [test_bug1310912.html] skip-if = toolkit == 'android' # bug 1315898 [test_bug1314790.html] |