gecko-dev/editor/libeditor/tests
Aryeh Gregor 3a32e91a42 Bug 1355792 - Consider invisible nodes to be editable; r=masayuki
We can't depend on information from layout to be correct unless we've
flushed pending notifications, which we can't do at every editability
check.  So let's forget about layout.  Nobody knows why editability ever
depended on visibility in the first place.

This allows us to revert the additions from bug 795418 as well.

The original test-case submitted on the bug report was very big and
complicated, so I have a minimal test-case instead.  This might not
exactly correspond to the originally reported bug, but this fix works for
both the original and minimal test case.

MozReview-Commit-ID: LOKjlgiAEOT

--HG--
extra : rebase_source : 5aaeae87fdc0dd78cb6f1060399c09d2945f8e08
2017-04-19 16:53:24 +03:00
..
browserscope Bug 1345253 - Use element.firstChild.remove() instead of element.removeChild(element.firstChild), r=jaws. 2017-03-08 10:17:52 +01:00
data
browser.ini Bug 1256513 - Convert the test for bug 527935 into a browser-chrome test that is enabled on e10s; r=mrbkap 2016-03-15 19:09:49 -04:00
browser_bug527935.js Bug 1256513 - Convert the test for bug 527935 into a browser-chrome test that is enabled on e10s; r=mrbkap 2016-03-15 19:09:49 -04:00
browser_bug629172.js Bug 1334831 - script-generated patch to use .remove() instead of .parentNode.removeChild, r=jaws. 2017-01-30 08:10:22 +01:00
bug527935.html Bug 1256513 - Convert the test for bug 527935 into a browser-chrome test that is enabled on e10s; r=mrbkap 2016-03-15 19:09:49 -04:00
bug629172.html Bug 1255919 - Convert the test for bug 629172 into a browser-chrome test that is enabled on e10s; r=mrbkap 2016-03-15 17:39:02 -04:00
chrome.ini Bug 1317322 - Part 1: Activate `paste` in menus when within <textarea> controls, r=ehsan 2017-03-06 14:37:39 -05:00
file_bug549262.html
file_bug586662.html
file_bug674770-1.html
file_bug915962.html Bug 102663 - Add a test case for pressing space when an image map is focused; r=roc 2015-04-21 22:08:25 -04:00
file_select_all_without_body.html Bug 1345253 - Use element.firstChild.remove() instead of element.removeChild(element.firstChild), r=jaws. 2017-03-08 10:17:52 +01:00
green.png
mochitest.ini Bug 1355792 - Consider invisible nodes to be editable; r=masayuki 2017-04-19 16:53:24 +03:00
spellcheck.js Bug 949614 - Use === for SimpleTest.is; r=Waldo 2015-04-14 15:28:13 +02:00
test_CF_HTML_clipboard.html Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws. 2017-01-25 07:01:52 +01:00
test_backspace_vs.html Bug 1216427 - part 1 - Ensure a character+VS sequence or a ligated Regional-Indicator flag symbol is deleted as a single unit when backspacing. r=emk 2015-10-26 10:47:16 +00:00
test_bug46555.html Bug 1269209 - Port test_bug46555.html from chrome to plain; r=masayuki 2016-08-22 21:10:39 +03:00
test_bug200416.html
test_bug289384.html Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws. 2017-01-25 07:01:52 +01:00
test_bug290026.html
test_bug291780.html
test_bug309731.html Bug 309731 - Allow document.execCommand('inserthtml') with an empty string parameter. r=ehsan 2015-05-14 08:02:00 -04:00
test_bug316447.html
test_bug318065.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_bug332636.html
test_bug332636.html^headers^
test_bug366682.html Bug 1351074 - Part 2. Use testing-common for AsyncSpellCheckTestHelper.jsm. r=masayuki 2017-03-29 15:34:49 +09:00
test_bug372345.html Bug 1334199 - script-generated patch to omit getComputedStyle's second argument when it's falsy, r=jaws. 2017-01-27 10:51:02 +01:00
test_bug404320.html
test_bug408231.html Bug 1162952 - Return true from document.queryCommandEnabled('cut'/'copy') when in privileged or user-initiated code. r=ehsan 2015-05-25 10:09:00 +02:00
test_bug410986.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_bug414526.html Bug 1316302 part.2 WillDeleteSelection() should retry to handle it when selection is collapsed and JoinBlocks() doesn't handle nor cancel the action r=smaug 2016-11-16 20:20:41 +09:00
test_bug417418.html Bug 1163640 - Fix the test for bug 417418 to not leave the widget in a drag session. r=ehsan 2015-05-11 17:21:30 -04:00
test_bug430392.html Bug 1357998 - Make editing tests independent of default defaultParagraphSeparator; r=masayuki 2017-04-20 21:10:23 +03:00
test_bug432225.html Bug 949614 - Consolidate some spellchecking test code; r=ehsan 2015-04-14 15:26:14 +02:00
test_bug439808.html
test_bug442186.html
test_bug449243.html Bug 1357998 - Make editing tests independent of default defaultParagraphSeparator; r=masayuki 2017-04-20 21:10:23 +03:00
test_bug455992.html
test_bug456244.html
test_bug460740.html Bug 1297414 - Change default paragraph separator to <div>; r=masayuki 2017-04-04 13:49:38 +03:00
test_bug468353.html
test_bug471319.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_bug471722.html Bug 1055286 - Flatten editor/libeditor/text to editor/libeditor; r=poiru 2014-08-18 20:59:37 -04:00
test_bug478725.html
test_bug480647.html
test_bug480972.html
test_bug483651.html Bug 1107904 - Remove packed.js and references to it as it is unused. r=standard8 2017-04-12 11:10:00 +01:00
test_bug484181.html Bug 1351074 - Part 2. Use testing-common for AsyncSpellCheckTestHelper.jsm. r=masayuki 2017-03-29 15:34:49 +09:00
test_bug487524.html
test_bug489202.xul
test_bug490879.html Bug 1271119 - Port test_bug490879.xul from chrome to plain; r=masayuki 2016-08-30 18:25:18 +03:00
test_bug502673.html Bug 1062631 - Use SpecialPowers.wrapCallback for QI in more tests. r=bz 2014-09-08 13:36:20 -07:00
test_bug514156.html
test_bug520189.html Backed out 2 changesets (bug 1035091) 2015-09-03 11:41:39 -07:00
test_bug525389.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_bug537046.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_bug549262.html Bug 1056851 - Change existing callers of SpecialPowers.setBoolPref/setIntPref/setCharPref to SpecialPowers.pushPrefEnv. r=jmaher,mwargers 2015-02-19 11:53:01 -05:00
test_bug550434.html
test_bug551704.html Bug 1357998 - Make editing tests independent of default defaultParagraphSeparator; r=masayuki 2017-04-20 21:10:23 +03:00
test_bug552782.html
test_bug567213.html
test_bug569988.html Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout 2017-04-14 23:39:22 +02:00
test_bug570144.html
test_bug578771.html Bug 1056851 - Change existing callers of SpecialPowers.setBoolPref/setIntPref/setCharPref to SpecialPowers.pushPrefEnv. r=jmaher,mwargers 2015-02-19 11:53:01 -05:00
test_bug586662.html
test_bug587461.html
test_bug590554.html Bug 1055286 - Flatten editor/libeditor/text to editor/libeditor; r=poiru 2014-08-18 20:59:37 -04:00
test_bug592592.html
test_bug596001.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_bug596333.html Bug 1351074 - Part 2. Use testing-common for AsyncSpellCheckTestHelper.jsm. r=masayuki 2017-03-29 15:34:49 +09:00
test_bug596506.html Bug 1055286 - Flatten editor/libeditor/text to editor/libeditor; r=poiru 2014-08-18 20:59:37 -04:00
test_bug597331.html Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws. 2017-01-25 07:01:52 +01:00
test_bug597784.html
test_bug599322.html
test_bug599983.html
test_bug599983.xul
test_bug600570.html Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws. 2017-01-25 07:01:52 +01:00
test_bug602130.html Bug 1055286 - Flatten editor/libeditor/text to editor/libeditor; r=poiru 2014-08-18 20:59:37 -04:00
test_bug603556.html Bug 1055286 - Flatten editor/libeditor/text to editor/libeditor; r=poiru 2014-08-18 20:59:37 -04:00
test_bug604532.html Bug 1055286 - Flatten editor/libeditor/text to editor/libeditor; r=poiru 2014-08-18 20:59:37 -04:00
test_bug607584.html
test_bug607584.xul Bug 1322414 - part 2,3,4: use a separate 'primary' attribute for primary child browsers, r=bz,mconley 2016-12-09 09:23:24 -10:00
test_bug611182.html Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws. 2017-01-25 07:01:52 +01:00
test_bug612128.html Bug 1107904 - Remove packed.js and references to it as it is unused. r=standard8 2017-04-12 11:10:00 +01:00
test_bug612447.html Bug 1345253 - Use element.firstChild.remove() instead of element.removeChild(element.firstChild), r=jaws. 2017-03-08 10:17:52 +01:00
test_bug616590.xul Bug 979835: Port BoxObject and its subclasses to WebIDL. r=khuey sr=bz 2014-10-14 13:15:21 -07:00
test_bug620906.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_bug622371.html
test_bug625452.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_bug629845.html
test_bug635636.html Bug 1334831 - script-generated patch to use .remove() instead of .parentNode.removeChild, r=jaws. 2017-01-30 08:10:22 +01:00
test_bug636465.html Bug 1351074 - Part 2. Use testing-common for AsyncSpellCheckTestHelper.jsm. r=masayuki 2017-03-29 15:34:49 +09:00
test_bug638596.html Bug 1055286 - Flatten editor/libeditor/text to editor/libeditor; r=poiru 2014-08-18 20:59:37 -04:00
test_bug640321.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_bug641466.html Bug 1055286 - Flatten editor/libeditor/text to editor/libeditor; r=poiru 2014-08-18 20:59:37 -04:00
test_bug645914.html Bug 1056851 - Change existing callers of SpecialPowers.setBoolPref/setIntPref/setCharPref to SpecialPowers.pushPrefEnv. r=jmaher,mwargers 2015-02-19 11:53:01 -05:00
test_bug646194.html Bug 1271119 - Port test_bug646194.xul from chrome to mochitest; r=masayuki 2016-08-30 18:40:55 +03:00
test_bug668599.html
test_bug674770-1.html Bug 1107904 - Remove packed.js and references to it as it is unused. r=standard8 2017-04-12 11:10:00 +01:00
test_bug674770-2.html Bug 1107904 - Remove packed.js and references to it as it is unused. r=standard8 2017-04-12 11:10:00 +01:00
test_bug674861.html Bug 1357998 - Make editing tests independent of default defaultParagraphSeparator; r=masayuki 2017-04-20 21:10:23 +03:00
test_bug676401.html Bug 1107904 - Remove packed.js and references to it as it is unused. r=standard8 2017-04-12 11:10:00 +01:00
test_bug677752.html
test_bug681229.html Bug 1166840 - Merge SpecialPowers.{copyString,clipboardCopyString}. r=ehsan 2015-05-21 21:50:04 +01:00
test_bug686203.html
test_bug692520.html Bug 1107904 - Remove packed.js and references to it as it is unused. r=standard8 2017-04-12 11:10:00 +01:00
test_bug697842.html Bug 1107904 - Remove packed.js and references to it as it is unused. r=standard8 2017-04-12 11:10:00 +01:00
test_bug725069.html Bug 1107904 - Remove packed.js and references to it as it is unused. r=standard8 2017-04-12 11:10:00 +01:00
test_bug735059.html
test_bug738366.html
test_bug740784.html Bug 1107904 - Remove packed.js and references to it as it is unused. r=standard8 2017-04-12 11:10:00 +01:00
test_bug742261.html
test_bug757371.html
test_bug757771.html Bug 1055286 - Flatten editor/libeditor/text to editor/libeditor; r=poiru 2014-08-18 20:59:37 -04:00
test_bug767684.html
test_bug772796.html Bug 1331237 - Remove left-over dump() statements from test_bug772796.html. r=masayuki 2017-01-14 23:59:00 -05:00
test_bug773262.html
test_bug780035.html Bug 1357998 - Make editing tests independent of default defaultParagraphSeparator; r=masayuki 2017-04-20 21:10:23 +03:00
test_bug780908.xul Bug 1322414 - part 2,3,4: use a separate 'primary' attribute for primary child browsers, r=bz,mconley 2016-12-09 09:23:24 -10:00
test_bug787432.html
test_bug790475.html
test_bug795418-2.html Bug 795418 - More tests. 2017-01-27 00:24:00 +01:00
test_bug795418-3.html Bug 795418 - More tests. 2017-01-27 00:24:00 +01:00
test_bug795418-4.html Bug 795418 - More tests. 2017-01-27 00:24:00 +01:00
test_bug795418-5.html Bug 795418 - More tests. 2017-01-27 00:24:00 +01:00
test_bug795418-6.html Bug 795418 - More tests. 2017-01-27 00:24:00 +01:00
test_bug795418.html Bug 795418 - test. r=mats 2017-01-27 00:24:00 +01:00
test_bug795785.html Bug 1297414 - Change default paragraph separator to <div>; r=masayuki 2017-04-04 13:49:38 +03:00
test_bug796839.html
test_bug830600.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_bug832025.html Bug 1357998 - Make editing tests independent of default defaultParagraphSeparator; r=masayuki 2017-04-20 21:10:23 +03:00
test_bug850043.html Bug 1107904 - Remove packed.js and references to it as it is unused. r=standard8 2017-04-12 11:10:00 +01:00
test_bug857487.html
test_bug858918.html Bug 858918 part 2 - Don't insert block content outside of inline editing hosts; r=ehsan 2014-10-22 15:45:30 +03:00
test_bug915962.html Bug 102663 - Add a test case for pressing space when an image map is focused; r=roc 2015-04-21 22:08:25 -04:00
test_bug966155.html Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws. 2017-01-25 07:01:52 +01:00
test_bug966552.html Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws. 2017-01-25 07:01:52 +01:00
test_bug974309.html Bug 974309: Fixes the IsEditable() logic for table cells. r=ehsan 2016-02-09 14:06:03 -08:00
test_bug998188.html
test_bug1026397.html Bug 917322 part.16 Rename COMPOSITION_ATTR_* in EventUtils.js with new constants of nsITextInputProcessor r=smaug 2015-01-28 15:27:33 +09:00
test_bug1053048.html Bug 1333482 part 4 - [css-ui] Amend all uses of '-moz-appearance:none' in tests to also specify 'appearance:none' (automated change). r=dholbert 2017-03-23 22:11:22 -07:00
test_bug1067255.html Bug 1170531 - Disable clipboard menu commands correctly in non-(X)HTML documents; r=ehsan 2015-06-30 08:18:04 -04:00
test_bug1068979.html Bug 1068979 - Tests for backspacing over SMP characters preceding element boundaries due to markup or pasted content. r=ehsan 2014-09-22 22:15:04 +01:00
test_bug1094000.html Bug 1094000 part.2 Add tests of HTML editor inserting <br> node at removing a last character r=roc 2014-11-11 13:55:02 +09:00
test_bug1100966.html Bug 1330912 - Part 4. Update some tests to wait updating dictionary. r=masayuki 2017-04-10 14:44:49 +09:00
test_bug1101392.html Bug 1271119 - Port test_bug1101392.html from chrome to plain; r=masayuki 2016-08-30 21:08:55 +03:00
test_bug1102906.html Bug 1271125 part 2 - Port editor mochitests that depend on ChromeUtils.js to mochitest-plain; r=masayuki 2016-10-31 18:38:04 +02:00
test_bug1109465.html Bug 917322 part.16 Rename COMPOSITION_ATTR_* in EventUtils.js with new constants of nsITextInputProcessor r=smaug 2015-01-28 15:27:33 +09:00
test_bug1130651.html Bug 1130651 - Don't throw IndexSizeError from insertText command r=masayuki 2017-03-30 18:36:17 +03:00
test_bug1140105.html Bug 1269209 - Port test_bug1140105.html from chrome to plain; r=masayuki 2016-10-31 18:11:21 +02:00
test_bug1140617.html Bug 1271119 - Port test_bug1140617.xul from chrome to plain; r=masayuki 2016-08-30 21:32:20 +03:00
test_bug1153237.html Bug 1271119 - Port test_bug1153237.html from chrome to plain; r=masayuki 2016-08-30 21:13:49 +03:00
test_bug1154791.html Bug 1330912 - Part 4. Update some tests to wait updating dictionary. r=masayuki 2017-04-10 14:44:49 +09:00
test_bug1162952.html Bug 1162952 - Return true from document.queryCommandEnabled('cut'/'copy') when in privileged or user-initiated code. r=ehsan 2015-05-25 10:09:00 +02:00
test_bug1181130-1.html Bug 1181130 - Part 3: Keep track of editable descendants per node and prevent NS_STYLE_USER_SELECT_ALL selection for nodes with editable descendants. r=bz 2015-08-14 10:52:38 -07:00
test_bug1181130-2.html Bug 1181130 - Part 3: Keep track of editable descendants per node and prevent NS_STYLE_USER_SELECT_ALL selection for nodes with editable descendants. r=bz 2015-08-14 10:52:38 -07:00
test_bug1186799.html Bug 1186799 part.2 Add test to check if IME selections are removed by committing composition caused by clicking outside of the focused contenteditable editor r=smaug 2015-08-08 09:23:04 +09:00
test_bug1230473.html Bug 564411 Move all methods/attributes of nsIEditorIMESupport to nsIEditor r=smaug 2016-12-20 21:47:31 +09:00
test_bug1247483.html Bug 1247483 - Only replace nodes in nsHTMLEditor::ReplaceOrphanedStructure if all nodes in node list are descendants of replacement node. r=ehsan 2016-02-26 17:34:40 -08:00
test_bug1248128.html Bug 1271119 - Port test_bug1248128.html from chrome to plain; r=masayuki 2016-10-31 18:26:31 +02:00
test_bug1248185.html Bug 1271119 - Port test_bug1248185.html from chrome to plain; r=masayuki 2016-10-31 18:27:10 +02:00
test_bug1250010.html Bug 1269209 - Port test_bug1250010.html from chrome to plain; r=masayuki 2016-10-31 18:12:05 +02:00
test_bug1257363.html Bug 1269209 - Port test_bug1257363.html from chrome to plain; r=masayuki 2016-08-22 21:24:12 +03:00
test_bug1258085.html Bug 1258085 - Avoid empty whitespace nodes when editing 2016-04-20 21:19:20 +03:00
test_bug1268736.html Bug 1268736: An editable table cell means that both the cell and its contents are children of an editable node. r=mats 2016-06-04 03:23:56 -07:00
test_bug1270235.html Bug 1270235 - Part 2. Add test. r=masayuki 2017-02-13 15:46:15 +09:00
test_bug1306532.html Bug 1306532 - Post process node array in ReplaceOrphanedStructure to remove all descendants of replacement node. r=masayuki 2017-01-09 10:11:04 -08:00
test_bug1310912.html Bug 1310912 - Part 6. Add redo test. r=masayuki 2016-11-10 21:17:34 +09:00
test_bug1314790.html Bug 1314790 - Part 2. Add test. r=masayuki 2016-11-12 21:59:49 +09:00
test_bug1315065.html Bug 1315065 When selection is collapsed in an empty text node, Backspace/Delete key press should modify the nearest text node r=smaug 2016-11-11 12:24:21 +09:00
test_bug1316302.html Bug 1316302 part.2 WillDeleteSelection() should retry to handle it when selection is collapsed and JoinBlocks() doesn't handle nor cancel the action r=smaug 2016-11-16 20:20:41 +09:00
test_bug1318312.html Bug 1318312 part.3 Selection should move focus at every selection change when it's called by JS r=smaug 2017-03-14 10:36:21 +09:00
test_bug1328023.html Bug 1328023 - Part 2. Add test for undo. r=masayuki 2017-01-30 17:27:26 +09:00
test_bug1330796.html Bug 1330796 - Follow-up: Add key code to KEY_Enter. r=masayuki 2017-01-17 10:40:00 -05:00
test_bug1332876.html Bug 1332876 - test. 2017-01-30 04:54:38 +01:00
test_bug1355792.html Bug 1355792 - Consider invisible nodes to be editable; r=masayuki 2017-04-19 16:53:24 +03:00
test_composition_event_created_in_chrome.html Bug 564411 Move all methods/attributes of nsIEditorIMESupport to nsIEditor r=smaug 2016-12-20 21:47:31 +09:00
test_contenteditable_focus.html Bug 1318312 part.3 Selection should move focus at every selection change when it's called by JS r=smaug 2017-03-14 10:36:21 +09:00
test_contenteditable_text_input_handling.html Bug 1299453 - Stop using createEvent("DragEvents"/"KeyEvents") internally; r=smaug 2016-08-31 20:38:50 +03:00
test_css_chrome_load_access.html Bug 1245681 - Test addOverrideStyleSheet (r=bz) 2016-02-05 15:28:18 -08:00
test_documentCharacterSet.html Bug 1347818 - Part 2. Add documentCharacterSet test. r=masayuki 2017-03-17 15:24:56 +09:00
test_dom_input_event_on_htmleditor.html
test_dom_input_event_on_texteditor.html Bug 1055286 - Flatten editor/libeditor/text to editor/libeditor; r=poiru 2014-08-18 20:59:37 -04:00
test_dragdrop.html Bug 1271125 part 2 - Port editor mochitests that depend on ChromeUtils.js to mochitest-plain; r=masayuki 2016-10-31 18:38:04 +02:00
test_htmleditor_keyevent_handling.html Bug 1357998 - Make editing tests independent of default defaultParagraphSeparator; r=masayuki 2017-04-20 21:10:23 +03:00
test_inlineTableEditing.html Bug 1313986 - Part 1. Add test for inlineTableEditing and objectResizing. r=masayuki 2016-11-24 15:00:04 +09:00
test_inline_style_cache.html Bug 1357998 - Make editing tests independent of default defaultParagraphSeparator; r=masayuki 2017-04-20 21:10:23 +03:00
test_keypress_untrusted_event.html Bug 1107904 - Remove packed.js and references to it as it is unused. r=standard8 2017-04-12 11:10:00 +01:00
test_objectResizing.html Bug 1313986 - Part 1. Add test for inlineTableEditing and objectResizing. r=masayuki 2016-11-24 15:00:04 +09:00
test_pasteImgTextarea.html Bug 1317322 - Part 1: Activate `paste` in menus when within <textarea> controls, r=ehsan 2017-03-06 14:37:39 -05:00
test_pasteImgTextarea.xul Bug 1317322 - Part 1: Activate `paste` in menus when within <textarea> controls, r=ehsan 2017-03-06 14:37:39 -05:00
test_root_element_replacement.html
test_select_all_without_body.html
test_selection_move_commands.html Bug 1271119 - Port test_selection_move_commands.xul from chrome to plain; r=masayuki 2016-08-30 18:01:33 +03:00
test_spellcheck_pref.html
test_texteditor_keyevent_handling.html Bug 1119609 part.14 Reimplement/redesign EventUtils.synthesizeKey() with nsITextInputProcessor r=smaug 2015-02-19 15:50:20 +09:00