3 <title>Text does not split on white space when typing to the edge of window
</title>
5 <body style=
"overflow:hidden;">
6 <div>This test validates the fix for a bug that occurred when typing a blank at the end of a line when the character doesn't fix by a fraction of a pixel. If the test runs correctly, you should see the word 'you' at the end of the line and the word 'have' at the beginning of the following line.
</div>
8 <div id=
"test" contenteditable
style=
"font: 12px 'lucida grande'; outline: solid blue; width: 871px; height: 100px;">
9 and Anna, you can do your regular weekly report run, and I'll extract the key sections into this. Andrew and Mark, I'd like to include any new bits you
12 <script src=
"../editing.js"></script>
14 function editingTest()
16 execMoveSelectionForwardByLineCommand();
17 typeCharacterCommand(' ');
18 typeCharacterCommand('h');
19 typeCharacterCommand('a');
20 typeCharacterCommand('v');
21 typeCharacterCommand('e');