blob: 92ceed00828e0ad6bae5ccfd585dabfb5eb788e2 [file] [log] [blame]
Tests that pressing Control + t in a content-editable field performs a tranpose.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
To run this test by hand, place the text insertion point before the 'h' in the text below and press Control + t.
PASS document.getElementById("test").textContent is "ha"
PASS successfullyParsed is true
TEST COMPLETE