gecko/editor/libeditor/html/tests
Bobby Holley c351c18d32 Bug 805807 - Make Components wrapper throw on denial. r=mrbkap
There's really no reason to use the wishy-washy static COW Deny() here.

Also, note that the xpcshell-test wasn't testing what it thought it
was - interfaces is accessible from content code.
2012-11-02 21:47:49 -03:00
..
browserscope Bug 760052 - execCommand() should abort and return false for disabled commands; r=ehsan 2012-06-21 15:05:24 +03:00
data
file_bug549262.html
file_bug674770-1.html Bug 674770 part.3 Add tests for middle-clicking on anchor element when the page has contenteditable element r=roc 2011-11-26 13:51:49 +09:00
file_select_all_without_body.html
green.png
Makefile.in Bug 790475 - Part 2: Regression test for the adjacent text node case. r=ehsan. 2012-10-25 18:32:22 -04:00
test_bug290026.html Bug 738366 - Default styleWithCSS to false; r=ehsan 2012-04-03 17:16:05 +03:00
test_bug291780.html
test_bug316447.html Bug 316447 - execCommand("insertHorizontalRule") should not set height/width; r=ehsan 2012-04-04 13:47:36 +03:00
test_bug332636.html
test_bug332636.html^headers^
test_bug366682.html
test_bug372345.html
test_bug404320.html Bug 746915 part 1 - Move editing-related tests to editor/ directories; r=ehsan 2012-05-03 10:09:44 +03:00
test_bug410986.html Backed out changeset afff429aaf9a because of bad commit message 2012-04-03 17:47:34 -04:00
test_bug414526.html
test_bug417418.html Bug 687400: Kill Node.isSameNode. r=smaug 2011-10-28 19:52:27 -07:00
test_bug432225.html Bug 792036 - Automated fixups. r=mccr8 2012-09-24 14:46:29 +02:00
test_bug439808.html
test_bug442186.html Bug 738366 - Default styleWithCSS to false; r=ehsan 2012-04-03 17:16:05 +03:00
test_bug449243.html
test_bug455992.html Bug 700199 EventUtils.js should use synthesized events for sendKey(), sendChar() and sendString() rather than untrusted events r=smaug+ehsan+dolske+enndeakin 2011-12-16 22:38:45 +09:00
test_bug456244.html Bug 700199 EventUtils.js should use synthesized events for sendKey(), sendChar() and sendString() rather than untrusted events r=smaug+ehsan+dolske+enndeakin 2011-12-16 22:38:45 +09:00
test_bug460740.html Bug 590640 part 5 - Delete empty wrappers when we delete the selection; r=ehsan 2012-05-10 17:54:33 +03:00
test_bug468353.html Bug 805807 - Make Components wrapper throw on denial. r=mrbkap 2012-11-02 21:47:49 -03:00
test_bug478725.html Bug 778420 - Initial stab at the tests. v2 r=bholley 2012-08-06 22:15:49 +02:00
test_bug480647.html Bug 480647 part 6 - Handle CSS in execCommand("fontSize"); r=ehsan 2012-04-24 13:57:49 +03:00
test_bug480972.html Bug 778420 - Initial stab at the tests. v2 r=bholley 2012-08-06 22:15:49 +02:00
test_bug484181.html
test_bug487524.html Bug 700199 EventUtils.js should use synthesized events for sendKey(), sendChar() and sendString() rather than untrusted events r=smaug+ehsan+dolske+enndeakin 2011-12-16 22:38:45 +09:00
test_bug489202.xul Bug 722872 - Part 1: Add nsITransferable::Init(nsILoadContext*), enforce that it's called in debug builds, and add nsIDOMDocument* arguments to nsIClipboardHelper methods; r=roc 2012-04-16 22:14:01 -04:00
test_bug490879.xul
test_bug520189.html Bug 792036 - Automated fixups. r=mccr8 2012-09-24 14:46:29 +02:00
test_bug525389.html Bug 792036 - Automated fixups. r=mccr8 2012-09-24 14:46:29 +02:00
test_bug537046.html
test_bug549262.html b=768838; fix intermittent test_bug549262 failure; r=ehsan 2012-10-01 17:51:28 -04:00
test_bug550434.html
test_bug551704.html
test_bug552782.html
test_bug570144.html
test_bug578771.html Bug 578771 testcase. r=ehsan a=test 2012-04-19 15:50:53 +01:00
test_bug592592.html
test_bug597784.html
test_bug599322.html
test_bug607584.html
test_bug607584.xul Bug 700199 EventUtils.js should use synthesized events for sendKey(), sendChar() and sendString() rather than untrusted events r=smaug+ehsan+dolske+enndeakin 2011-12-16 22:38:45 +09:00
test_bug611182.html
test_bug612128.html Bug 760052 - execCommand() should abort and return false for disabled commands; r=ehsan 2012-06-21 15:05:24 +03:00
test_bug612447.html
test_bug616590.xul Bug 735805 - Part 2: Fix editor mochitest that runs no tests. r=ehsan 2012-03-16 16:07:16 -04:00
test_bug620906.html Bug 198964 - Enable smooth scrolling by default. r=gavin 2012-01-13 16:26:34 -08:00
test_bug622371.html
test_bug629845.html
test_bug635636.html
test_bug640321.html
test_bug668599.html Bug 590640 part 5 - Delete empty wrappers when we delete the selection; r=ehsan 2012-05-10 17:54:33 +03:00
test_bug674770-1.html Bug 674770 part.3 Add tests for middle-clicking on anchor element when the page has contenteditable element r=roc 2011-11-26 13:51:49 +09:00
test_bug674770-2.html Bug 732792. (Av1) test_bug674770-2.html: Set "middlemouse.contentLoadURL" preference too. r=ehsan. 2012-03-06 18:14:44 +01:00
test_bug674861.html
test_bug676401.html Bug 760052 - execCommand() should abort and return false for disabled commands; r=ehsan 2012-06-21 15:05:24 +03:00
test_bug677752.html
test_bug686203.html Bug 686203 - nsHTMLEditorEventListener's MouseDown listener should disregard events outwith its editor. Also fixes bug 578771. r=ehsan a=blassey 2012-04-13 13:52:12 +01:00
test_bug697842.html Bug 697842 stopPropagation() shouldn't break IME composition r=ehsan 2011-11-27 09:36:36 +09:00
test_bug725069.html Bug 725069 - Never mark the comment nodes as editable; r=roc 2012-02-07 18:39:05 -05:00
test_bug735059.html Bug 735059 - Second and third execCommand() parameters should be optional; r=ehsan 2012-03-12 18:12:19 -04:00
test_bug738366.html Bug 738366 - Default styleWithCSS to false; r=ehsan 2012-04-03 17:16:05 +03:00
test_bug757371.html Bug 757371 part 4 - Do not insert style tags if the style is already applied; r=ehsan 2012-05-23 10:49:29 +03:00
test_bug767684.html Bug 767684 Test to prevent regression from bug 752210 happening again r=ehsan 2012-07-05 21:35:10 +01:00
test_bug780035.html Bug 780035 - Don't cache font-style as CSS; r=ehsan 2012-08-14 12:10:43 +03:00
test_bug780908.xul Bug 780908 - Fix crash in editor with head after body. r=ehsan 2012-08-17 08:39:52 -07:00
test_bug787432.html Bug 787432 - Don't strip existing empty wrappers when inserting text; r=ehsan 2012-09-27 14:39:39 +02:00
test_bug790475.html Bug 790475 - Part 2: Regression test for the adjacent text node case. r=ehsan. 2012-10-25 18:32:22 -04:00
test_bug796839.html Bug 796839 - Part 4: Don't pretend that empty text nodes are not editable; r=roc 2012-10-03 21:25:00 -04:00
test_CF_HTML_clipboard.html Bug 792036 - Fix up tests to avoid relying on the existence of window.Components (MANUAL). r=mccr8 2012-09-24 14:46:28 +02:00
test_contenteditable_focus.html
test_contenteditable_text_input_handling.html
test_dom_input_event_on_htmleditor.html Bug 739557 Set focus to editing host and use document.getSelection().collapse() for setting caret to edit target; r=ehsan 2012-03-29 09:10:22 -07:00
test_htmleditor_keyevent_handling.html Bug 751749 part.3 Editor should handle Win key as a modifier key r=ehsan 2012-07-19 10:28:17 +09:00
test_keypress_untrusted_event.html Bug 698949 Editor should refuse untrusted keypress event r=smaug 2011-12-21 21:11:36 +09:00
test_root_element_replacement.html Bug 792036 - Automated fixups. r=mccr8 2012-09-24 14:46:29 +02:00
test_select_all_without_body.html
test_spellcheck_pref.html