author | Ehsan Akhgari <ehsan@mozilla.com> |
Wed, 17 Aug 2011 16:40:31 -0400 | |
changeset 75433 | 8fd6d6928229ab2defac3a1e5d7d3618414a0dc6 |
parent 75432 | 4cdc35309098d4f19a394cc8b1ab4a141db1b4d2 |
child 75434 | de9252e8b8f46d84a84d7c89892d5d98252983bd |
push id | 21023 |
push user | mak77@bonardo.net |
push date | Thu, 18 Aug 2011 09:39:20 +0000 |
treeherder | mozilla-central@f69a10f23bf3 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 318065 |
milestone | 9.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/editor/libeditor/text/tests/test_bug318065.html +++ b/editor/libeditor/text/tests/test_bug318065.html @@ -100,18 +100,16 @@ https://bugzilla.mozilla.org/show_bug.cg // Test 4: Input letter synthesizeKey("A", {}); // Test 5: Undo typing. Value of input should be "" synthesizeKey("Z", {accelKey: true}); // Test 6: Redo typing. Value of input should be "A" synthesizeKey("Z", {accelKey: true, shiftKey: true}); - - SimpleTest.finish(); }); </script> </pre> <input type="text" value="" id="t1" /> <input type="text" value="" id="t2" /> </body> </html>