gecko-dev/editor/libeditor/tests
Masayuki Nakano db70f10b72 Bug 1803044 - part 9: Make the style editor use existing inline element in the CSS mode as far as possible r=m_kato
The other browsers use any inline elements to set CSS property for applying
an inline style.  However, Gecko limits it to a `<span>` which does not have
any attributes.  The other browsers' design is better for saving number of
elements and runtime cost of inserting new element (moving all children to the
new element and inserting it to the original position).  Therefore, it's nicer
to follow the other browses.  Then, we can avoid new WPT failures at aligning
other behaviors to the other browsers.

With doing that, removing style code requires complicated changes because
`RemoveStyleInside` assumes that one element has one style, but after taking
the compatible behavior, one element can have multiple styles including the
style represented by the element itself.

Note that the new expected failures are caused by bug 1183844. Gecko returns
closest ancestor element's background color for
`queryCommandValue("backColor")`.  Therefore, it returns "transparent" of the
inner `<span>` element.

Differential Revision: https://phabricator.services.mozilla.com/D164004
2022-12-13 03:37:38 +00:00
..
browserscope Bug 1803044 - part 9: Make the style editor use existing inline element in the CSS mode as far as possible r=m_kato 2022-12-13 03:37:38 +00:00
data
.eslintrc.js Bug 1782008 - Remove now unnecessary ESLint test definitions from other .eslintrc.js files. r=mossop,media-playback-reviewers,alwu 2022-08-03 11:16:20 +00:00
browser_bug527935.js Bug 1717760 - Stop using KeyEvent.initKeyEvent in our tests r=smaug 2021-08-10 03:51:37 +00:00
browser_content_command_insert_text.js Bug 1799314 - Convert consumers of testing modules to import ES modules direct (miscellaneous). r=mossop 2022-11-17 12:00:32 +00:00
browser.ini Bug 1520983 - part 1: Add new content command event for inserting text r=smaug 2021-05-18 06:30:35 +00:00
bug527935_2.html
bug527935.html
chrome.ini Bug 1792759 - part 4: Make all tests in mozilla-central stop using nsIEditor.transactionManager r=m_kato 2022-10-09 01:13:50 +00:00
file_bug289384-1.html
file_bug289384-2.html
file_bug549262.html
file_bug586662.html
file_bug611182.html
file_bug611182.sjs Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers 2021-10-18 09:26:33 +00:00
file_bug635636_2.html
file_bug635636.xhtml
file_bug674770-1.html
file_bug795418-2.sjs Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers 2021-10-18 09:26:33 +00:00
file_bug915962.html
file_bug966155.html
file_bug966552.html
file_sanitizer_on_paste.sjs Bug 1770727 - Fix failures of ESLint rule mozilla/use-includes-instead-of-indexOf in sjs files. r=Gijs 2022-06-07 19:14:08 +00:00
file_select_all_without_body.html
green.png
mochitest.ini Bug 1777060 - Make the test initialize selection after waiting some ticks r=m_kato 2022-10-19 23:18:48 +00:00
test_abs_positioner_appearance.html
test_abs_positioner_hidden_during_dragging.html
test_abs_positioner_positioning_elements.html Bug 1720252 - Get rid of "dom.input_events.beforeinput.enabled" from tests r=smaug 2021-07-13 10:02:12 +00:00
test_backspace_vs.html
test_bug46555.html
test_bug200416.html
test_bug289384.html Bug 1685491 - part 2: Fix all new oranges caused by the previous patch r=smaug 2021-02-02 03:02:53 +00:00
test_bug290026.html
test_bug291780.html
test_bug309731.html
test_bug316447.html
test_bug318065.html
test_bug332636.html
test_bug332636.html^headers^
test_bug358033.html
test_bug372345.html
test_bug404320.html
test_bug408231.html Bug 1706266 - part 2: Disable some Gecko specific edit commands in release and beta channel, and all of them in nightly channel r=smaug 2021-11-05 14:29:25 +00:00
test_bug410986.html
test_bug414526.html
test_bug417418.html
test_bug426246.html
test_bug430392.html Bug 1720809 - part 2: Make insertLineBreak command handler in HTMLEditor insert a linefeed character instead of <br> element in same condition as Blink/WebKit r=m_kato 2021-09-10 21:45:47 +00:00
test_bug439808.html
test_bug442186.html
test_bug455992.html Bug 1727844 - part 1: Stop enabling blink-compat white-space normalizer at running mochitests r=m_kato 2021-08-31 17:37:40 +00:00
test_bug456244.html
test_bug460740.html
test_bug471319.html Bug 1792759 - part 4: Make all tests in mozilla-central stop using nsIEditor.transactionManager r=m_kato 2022-10-09 01:13:50 +00:00
test_bug471722.html Bug 1792759 - part 3: Add nsIEditor.undoAll r=m_kato,Standard8 2022-10-09 01:13:50 +00:00
test_bug478725.html
test_bug480647.html
test_bug480972.html
test_bug483651.html
test_bug489202.xhtml Bug 1689827 - Remove length parameter from JS callers of setTransferData. r=smaug 2021-02-01 12:05:12 +00:00
test_bug490879.html Bug 1778565 - Editor: Handle nsIFile transferable as blob. r=nika,masayuki 2022-10-20 11:11:59 +00:00
test_bug502673.html Bug 1792759 - part 3: Add nsIEditor.undoAll r=m_kato,Standard8 2022-10-09 01:13:50 +00:00
test_bug514156.html
test_bug520189.html Bug 1720252 - Get rid of "dom.input_events.beforeinput.enabled" from tests r=smaug 2021-07-13 10:02:12 +00:00
test_bug525389.html Bug 1689827 - Remove length parameter from JS callers of setTransferData. r=smaug 2021-02-01 12:05:12 +00:00
test_bug537046.html
test_bug549262.html
test_bug550434.html
test_bug551704.html
test_bug552782.html
test_bug567213.html
test_bug569988.html Bug 1780543 - Part 5: Add mozilla/chrome-script environment. r=Standard8 2022-07-26 02:46:30 +00:00
test_bug570144.html
test_bug578771.html
test_bug586662.html
test_bug587461.html
test_bug590554.html
test_bug592592.html
test_bug596001.html
test_bug596506.html Bug 1685491 - part 2: Fix all new oranges caused by the previous patch r=smaug 2021-02-02 03:02:53 +00:00
test_bug597331.html
test_bug597784.html
test_bug599322.html
test_bug599983.html
test_bug599983.xhtml
test_bug600570.html
test_bug603556.html
test_bug604532.html
test_bug607584.html Bug 1740416 - Make HTMLEditor::HandleInsertParagraphInParagraph() call WhiteSpaceVisibilityKeeper::PrepareToSplitBlockElement() before splitting a text node r=m_kato,smaug 2021-11-12 22:13:51 +00:00
test_bug607584.xhtml
test_bug611182.html
test_bug612128.html
test_bug612447.html
test_bug616590.xhtml
test_bug620906.html
test_bug622371.html
test_bug625452.html
test_bug629172.html Bug 1689871 - Ensure non-native resizers are loaded in test_bug629172.html r=masayuki 2021-02-01 02:36:41 +00:00
test_bug629845.html
test_bug635636.html
test_bug638596.html
test_bug641466.html
test_bug645914.html
test_bug646194.html
test_bug668599.html
test_bug674770-1.html
test_bug674770-2.html Bug 1376091 - For MOZ_WIDGET_GTK, change shortcut for cmd_selectAll from Alt+A to Ctrl+A. r=masayuki 2021-11-23 18:37:41 +00:00
test_bug674861.html
test_bug676401.html Bug 1706266 - part 2: Disable some Gecko specific edit commands in release and beta channel, and all of them in nightly channel r=smaug 2021-11-05 14:29:25 +00:00
test_bug677752.html
test_bug681229.html
test_bug686203.html
test_bug692520.html
test_bug697842.html
test_bug725069.html
test_bug735059.html
test_bug738366.html
test_bug740784.html
test_bug742261.html
test_bug757371.html
test_bug757771.html
test_bug772796.html Bug 1782911 - part 10: Make HTMLEditor::MoveOneHardLineContentsWithTransaction delete trailing linefeed if it becomes not preformatted r=m_kato 2022-09-25 12:49:47 +00:00
test_bug773262.html
test_bug780035.html
test_bug780908.xhtml
test_bug787432.html
test_bug790475.html
test_bug795418-2.html Bug 1719387 - Make test_bug795418-2.html request text/unicode flavor in the headless mode r=smaug 2021-07-12 03:55:21 +00:00
test_bug795418-3.html
test_bug795418-4.html
test_bug795418-5.html
test_bug795418-6.html
test_bug795418.html
test_bug795785.html Bug 1777054 - part 2: Make test_bug795785.html synthesize key events in each event loop r=m_kato 2022-11-28 03:01:51 +00:00
test_bug796839.html
test_bug830600.html
test_bug832025.html Bug 1706266 - part 2: Disable some Gecko specific edit commands in release and beta channel, and all of them in nightly channel r=smaug 2021-11-05 14:29:25 +00:00
test_bug850043.html
test_bug857487.html
test_bug858918.html
test_bug915962.html
test_bug966155.html
test_bug966552.html
test_bug974309.html
test_bug998188.html
test_bug1026397.html
test_bug1053048.html Bug 1713050 - P1: Add granularity to selection change notification. r=smaug 2022-03-16 05:56:25 +00:00
test_bug1068979.html
test_bug1094000.html Bug 1727844 - part 1: Stop enabling blink-compat white-space normalizer at running mochitests r=m_kato 2021-08-31 17:37:40 +00:00
test_bug1102906.html
test_bug1109465.html
test_bug1130651.html
test_bug1140105.html Bug 1717178 - part 4: Get rid of nsIHTMLEditor.getInlineProperty() because of unused r=m_kato 2021-06-28 12:08:50 +00:00
test_bug1140617.html
test_bug1151186.html
test_bug1153237.html
test_bug1162952.html
test_bug1181130-1.html
test_bug1181130-2.html
test_bug1186799.html
test_bug1230473.html
test_bug1247483.html
test_bug1248128.html
test_bug1248185.html
test_bug1250010.html Bug 1778091 - Make HTMLEditor move invisible <br> element into the empty inline element after splitting a paragraph at end r=m_kato 2022-07-11 05:36:29 +00:00
test_bug1257363.html
test_bug1258085.html Bug 1725291 - part 1: Make HTMLEditor::AutoDeleteRangesHandler::DeleteUnnecessaryNodesAndCollapseSelection() try to delete same text node twice r=m_kato 2021-08-16 13:04:21 +00:00
test_bug1268736.html Bug 1789967 - part 3: Make HTMLEditor::CollapseSelectionToEndOfLastLeafNodeOfDocument and HTMLEditor::InitEditorContentAndSelection do nothing if the document is partially editable r=m_kato 2022-09-22 06:27:37 +00:00
test_bug1270235.html
test_bug1306532.html
test_bug1310912.html Bug 1758420 - part 1: Let TextComposition know where is changed in storing text node r=m_kato 2022-04-21 03:37:56 +00:00
test_bug1314790.html
test_bug1315065.html
test_bug1316302.html
test_bug1328023.html
test_bug1330796.html
test_bug1332876.html
test_bug1352799.html
test_bug1355792.html
test_bug1358025.html
test_bug1361008.html
test_bug1361052.html
test_bug1385905.html
test_bug1390562.html
test_bug1394758.html
test_bug1397412.xhtml
test_bug1399722.html
test_bug1406726.html
test_bug1409520.html
test_bug1425997.html
test_bug1543312.html Bug 1692052 - Don't notify IMEContext of widget when IMEStateManger doesn't manage this content. r=masayuki 2021-03-15 09:31:58 +00:00
test_bug1568996.html
test_bug1574596.html
test_bug1581337.html
test_bug1619852.html
test_bug1620778.html
test_bug1649005.html Bug 1779343 - Don't crash rewrapping "> ". r=masayuki 2022-07-14 13:12:29 +00:00
test_bug1659276.html
test_bug1704381.html Bug 1704381 - part 3: Add automated test r=m_kato 2021-04-13 05:54:49 +00:00
test_can_undo_after_setting_value.xhtml Bug 1792759 - part 4: Make all tests in mozilla-central stop using nsIEditor.transactionManager r=m_kato 2022-10-09 01:13:50 +00:00
test_cannot_undo_after_reinitializing_editor.html Bug 1792759 - part 4: Make all tests in mozilla-central stop using nsIEditor.transactionManager r=m_kato 2022-10-09 01:13:50 +00:00
test_caret_move_in_vertical_content.html Bug 1777060 - Make the test initialize selection after waiting some ticks r=m_kato 2022-10-19 23:18:48 +00:00
test_CF_HTML_clipboard.html Bug 1689827 - Remove length parameter from JS callers of setTransferData. r=smaug 2021-02-01 12:05:12 +00:00
test_cmd_absPos.html Bug 1774704 - part 0: Add automated tests of preserving selection while handling some commands r=m_kato 2022-08-04 00:21:53 +00:00
test_cmd_backgroundColor.html Bug 1726064 - part 7: Make HTMLEditor::SetCSSBackgroundColorWithTransaction() use HTMLEditUtils::Get(Inclusive)AncestorElement() r=m_kato 2021-08-20 06:37:14 +00:00
test_cmd_fontFace_with_tt.html
test_cmd_increaseFont.html Bug 1782852 - part 1: Get rid of unused editor commands in the wild r=smaug 2022-08-05 02:55:22 +00:00
test_cmd_paragraphState.html Bug 1726064 - part 20: Make HTMLEditor::RemoveBlockContainerElements() use HTMLEditUtils::GetAncestorElement() r=m_kato 2021-08-23 06:27:39 +00:00
test_composition_event_created_in_chrome.html
test_composition_with_highlight_in_texteditor.html Bug 1785311 - Make EditorBase::InsertTextIntoTextNodeWithTransaction update insertion point after executing the transaction r=m_kato 2022-08-22 23:56:36 +00:00
test_contenteditable_focus.html Bug 1789967 - part 3: Make HTMLEditor::CollapseSelectionToEndOfLastLeafNodeOfDocument and HTMLEditor::InitEditorContentAndSelection do nothing if the document is partially editable r=m_kato 2022-09-22 06:27:37 +00:00
test_contenteditable_text_input_handling.html Bug 1667455 - Part 9: Stop importing Services.jsm from chrome-priv HTML code, single-line cases. r=kmag,necko-reviewers,geckoview-reviewers,extension-reviewers,m_kato,dragana 2022-07-11 12:41:52 +00:00
test_cut_copy_delete_command_enabled.html Bug 1692673 - Update tests for new Cut/Copy command-enabling behavior. r=masayuki 2021-03-12 16:34:42 +00:00
test_cut_copy_delete_command_enabled.xhtml
test_cut_copy_password.html
test_defaultParagraphSeparatorBR_between_blocks.html Bug 1782628 - Make HTMLEditor::HandleInsertBRElement create caret position before moving its container r=m_kato 2022-08-08 01:54:47 +00:00
test_dom_input_event_on_htmleditor.html Bug 1720252 - Get rid of "dom.input_events.beforeinput.enabled" from tests r=smaug 2021-07-13 10:02:12 +00:00
test_dom_input_event_on_texteditor.html Bug 1457149: Make Ctrl+Backspace behavior on text editor in Windows during text selection the same as other OS. r=masayuki 2022-05-16 09:30:29 +00:00
test_dragdrop.html Bug 1665550 - part 4: Make EventStateManager update mGestureDownFrameOwner when anonymous nodes in <input> or <textarea> are replaced r=smaug 2021-07-14 01:20:20 +00:00
test_execCommandPaste_noTarget.html
test_focus_caret_navigation_between_nested_editors.html Bug 1789345 - Make editor/libeditor/test_bug1318312.html easier to read r=m_kato 2022-09-07 01:06:47 +00:00
test_focused_document_element_becoming_editable.html Bug 1729115 - part 3: Make IMEStateManager check whether given focused content matches with null sContent in design mode r=m_kato 2021-10-12 04:41:14 +00:00
test_handle_new_lines.html
test_htmleditor_keyevent_handling.html Bug 1727844 - part 1: Stop enabling blink-compat white-space normalizer at running mochitests r=m_kato 2021-08-31 17:37:40 +00:00
test_htmleditor_tab_key_handling.html Bug 1726064 - part 4: Make HTMLEditor::HandleKeyPressEvent() use HTMLEditUtils::GetInclusiveAncestorElement() r=m_kato 2021-08-19 12:40:51 +00:00
test_initial_selection_and_caret_of_designMode.html Bug 1713821 - Make EditorEventListener::Blur() ignore coming events whose target is an element, but the editor is in the design mode r=smaug 2021-06-09 22:26:16 +00:00
test_inline_style_cache.html Bug 1792387 - part 10: Make editor/libeditor/tests/test_inline_style_cache.html be aware of both split node directions r=m_kato 2022-09-30 22:20:23 +00:00
test_inlineTableEditing.html
test_insertParagraph_in_h2_and_li.html Bug 1792387 - part 7: Make editor/libeditor/test_bug449243.html be aware of both split node directions r=m_kato 2022-09-30 22:20:22 +00:00
test_insertParagraph_in_inline_editing_host.html
test_keypress_untrusted_event.html Bug 1717760 - Stop using KeyEvent.initKeyEvent in our tests r=smaug 2021-08-10 03:51:37 +00:00
test_label_contenteditable.html
test_middle_click_paste.html Bug 1720252 - Get rid of "dom.input_events.beforeinput.enabled" from tests r=smaug 2021-07-13 10:02:12 +00:00
test_nsIEditor_beginningOfDocument.html Bug 1627175 - part 48: Get rid of HTMLEditUtils::GetFirstEditableLeafContent() due to unused r=m_kato 2021-05-17 05:37:24 +00:00
test_nsIEditor_canUndo_canRedo.html Bug 1792759 - part 2: Redesign nsIEditor.canUndo and nsIEditor.canRedo r=m_kato,NeilDeakin 2022-10-09 01:13:49 +00:00
test_nsIEditor_clearUndoRedo.html Bug 1792759 - part 2: Redesign nsIEditor.canUndo and nsIEditor.canRedo r=m_kato,NeilDeakin 2022-10-09 01:13:49 +00:00
test_nsIEditor_documentCharacterSet.html Bug 1540037 - part 29: Move nsIEditor.documentCharacterSet definitions into HTMLEditor r=m_kato 2021-05-26 07:45:02 +00:00
test_nsIEditor_documentIsEmpty.html Bug 1540037 - part 19: Make IsEmpty() be a virtual method of EditorBase and implement nsIEditor::GetDocumentIsEmpty() in EditorBase r=m_kato 2021-05-25 04:53:01 +00:00
test_nsIEditor_insertLineBreak.html Bug 1720252 - Get rid of "dom.input_events.beforeinput.enabled" from tests r=smaug 2021-07-13 10:02:12 +00:00
test_nsIEditor_isSelectionEditable.html Bug 1695650 - Consider selection editable even if the anchor is the empty <br> element. r=masayuki 2021-03-09 01:32:47 +00:00
test_nsIEditor_outputToString.html Bug 1716299 - Fix the flag name r=m_kato 2021-06-16 10:47:27 +00:00
test_nsIEditor_undoAll.html Bug 1792759 - part 3: Add nsIEditor.undoAll r=m_kato,Standard8 2022-10-09 01:13:50 +00:00
test_nsIEditor_undoRedoEnabled.html Bug 1792759 - part 2: Redesign nsIEditor.canUndo and nsIEditor.canRedo r=m_kato,NeilDeakin 2022-10-09 01:13:49 +00:00
test_nsIEditorMailSupport_insertAsCitedQuotation.html Bug 1759370 - The lambda in HTMLEditor::InsertAsPlaintextQuotation should not refer inserting new <span> element's parent r=m_kato 2022-03-18 08:34:44 +00:00
test_nsIEditorMailSupport_insertTextWithQuotations.html Bug 1768057 - Make nsIEditorMailSupport::insertTextWithQuotations available to JS callers. r=masayuki 2022-05-11 14:49:29 +00:00
test_nsIHTMLEditor_getElementOrParentByTagName.html
test_nsIHTMLEditor_getParagraphState.html
test_nsIHTMLEditor_getSelectedElement.html
test_nsIHTMLEditor_insertElementAtSelection.html Bug 1737747 - Create automated tests for nsIHTMLEditor.insertElementAtSelection() r=m_kato 2021-10-26 22:03:51 +00:00
test_nsIHTMLEditor_removeInlineProperty.html Bug 1720252 - Get rid of "dom.input_events.beforeinput.enabled" from tests r=smaug 2021-07-13 10:02:12 +00:00
test_nsIHTMLEditor_selectElement.html
test_nsIHTMLEditor_setBackgroundColor.html
test_nsIHTMLObjectResizer_hideResizers.html
test_nsITableEditor_deleteTableCell.html Bug 1786197 - Turn on ESLint rule for prefer-boolean-length-check for editor. r=masayuki 2022-08-26 13:39:36 +00:00
test_nsITableEditor_deleteTableCellContents.html Bug 1730442 - part 1: Make all nsITableEditor features flush pending layout at start to handle their jobs r=m_kato 2022-05-20 07:39:51 +00:00
test_nsITableEditor_deleteTableColumn.html Bug 1730442 - part 1: Make all nsITableEditor features flush pending layout at start to handle their jobs r=m_kato 2022-05-20 07:39:51 +00:00
test_nsITableEditor_deleteTableRow.html Bug 1730442 - part 1: Make all nsITableEditor features flush pending layout at start to handle their jobs r=m_kato 2022-05-20 07:39:51 +00:00
test_nsITableEditor_getCellAt.html Bug 1730442 - part 1: Make all nsITableEditor features flush pending layout at start to handle their jobs r=m_kato 2022-05-20 07:39:51 +00:00
test_nsITableEditor_getCellDataAt.html Bug 1730442 - part 1: Make all nsITableEditor features flush pending layout at start to handle their jobs r=m_kato 2022-05-20 07:39:51 +00:00
test_nsITableEditor_getCellIndexes.html Bug 1730442 - part 1: Make all nsITableEditor features flush pending layout at start to handle their jobs r=m_kato 2022-05-20 07:39:51 +00:00
test_nsITableEditor_getFirstRow.html
test_nsITableEditor_getFirstSelectedCellInTable.html
test_nsITableEditor_getSelectedCells.html
test_nsITableEditor_getSelectedCellsType.html Bug 1730442 - part 1: Make all nsITableEditor features flush pending layout at start to handle their jobs r=m_kato 2022-05-20 07:39:51 +00:00
test_nsITableEditor_getSelectedOrParentTableElement.html
test_nsITableEditor_getTableSize.html Bug 1730442 - part 1: Make all nsITableEditor features flush pending layout at start to handle their jobs r=m_kato 2022-05-20 07:39:51 +00:00
test_nsITableEditor_insertTableCell.html Bug 1730442 - part 3: Make HTMLEditor::InsertTableCellsWithTransaction() work without layout information r=m_kato 2022-05-20 07:39:52 +00:00
test_nsITableEditor_insertTableColumn.html Bug 1730442 - part 6: Make HTMLEditor::InsertTableColumnsWithTransaction() collect all necessary data before touching the DOM tree r=m_kato 2022-05-20 07:39:53 +00:00
test_nsITableEditor_insertTableRow.html Bug 1773848 - Make the for-loop in the lambda in HTMLEditor::InsertTableRowsWithTransaction refer only cellDataInLastRow r=m_kato 2022-07-20 04:24:52 +00:00
test_password_input_with_unmasked_range.html
test_password_paste.html Bug 1689827 - Remove length parameter from JS callers of setTransferData. r=smaug 2021-02-01 12:05:12 +00:00
test_password_per_word_operation.html
test_password_unmask_API.html Bug 1676702 - part 3: Make TextControlState store unmasked range while it does not have TextEditor r=m_kato 2021-06-28 04:37:54 +00:00
test_paste_no_formatting.html Bug 1779042, fix test_paste_no_formatting.html to handle headless clipboard, r=masayuki 2022-07-14 12:53:06 +00:00
test_pasteImgFromTransferable.html Bug 1778565 - Editor: Handle nsIFile transferable as blob. r=nika,masayuki 2022-10-20 11:11:59 +00:00
test_pasteImgTextarea.html
test_pasteImgTextarea.xhtml
test_pasting_in_root_element.xhtml Bug 1719387 - Make HTMLEditor::HandleInsertText() allow to insert text outside <body> in XHTML document r=m_kato 2021-07-12 03:55:21 +00:00
test_pasting_in_temporarily_created_div_outside_body.html Bug 1722535 - Make HTMLEditor call HTMLEditUtils::GetBetterInsertionPoint() with an editing host which is not limited in the <body> r=m_kato 2021-08-02 08:23:49 +00:00
test_pasting_table_rows.html Bug 1786197 - Turn on ESLint rule for prefer-boolean-length-check for editor. r=masayuki 2022-08-26 13:39:36 +00:00
test_pasting_text_longer_than_maxlength.html
test_resizers_appearance.html
test_resizers_resizing_elements.html Bug 1720252 - Get rid of "dom.input_events.beforeinput.enabled" from tests r=smaug 2021-07-13 10:02:12 +00:00
test_root_element_replacement.html
test_sanitizer_on_paste.html Bug 1666300 test - Test SVG style sanitization on paste. r=smaug 2020-11-18 17:18:56 +00:00
test_select_all_without_body.html
test_selection_move_commands.html
test_setting_value_longer_than_maxlength_with_setUserInput.html Bug 1720252 - Get rid of "dom.input_events.beforeinput.enabled" from tests r=smaug 2021-07-13 10:02:12 +00:00
test_spellcheck_pref.html
test_state_change_on_reframe.html
test_textarea_value_not_include_cr.html Bug 1765156 - Part 4: Use SpecialPowers.ChromeUtils.import in editor/. r=kmag 2022-05-03 06:32:26 +00:00
test_texteditor_keyevent_handling.html Bug 1717156 - part 4: Drop Tab key handling in EditorBase r=m_kato 2021-06-22 00:18:07 +00:00
test_texteditor_textnode.html Bug 1734507 - Make TextEditor guarantee that ranges to delete are in the text node r=saschanaz 2021-12-08 21:37:22 +00:00
test_texteditor_tripleclick_setvalue.html Bug 1713334 - Part 6: Actively prevent text deletion in DeleteRangeTransaction r=masayuki 2021-06-18 00:36:56 +00:00
test_texteditor_wrapping_long_line.html Bug 1733878 - Remove LineBreaker::Prev() in InternetCiter. r=jfkthame,m_kato 2021-10-15 18:10:09 +00:00
test_typing_at_edge_of_anchor.html Bug 1357365 - part 7: Make TypeInState::OnSelectionChange stop keeping link style for new inserting content after content around a link edge is deleted r=m_kato 2021-01-13 01:56:05 +00:00
test_undo_after_spellchecker_replaces_word.html Bug 1765156 - Part 4: Use SpecialPowers.ChromeUtils.import in editor/. r=kmag 2022-05-03 06:32:26 +00:00
test_undo_redo_stack_after_setting_value.html Bug 1792759 - part 4: Make all tests in mozilla-central stop using nsIEditor.transactionManager r=m_kato 2022-10-09 01:13:50 +00:00
test_undo_with_editingui.html