Steps to reproduce: - Load a DOM with: - `div` styled with `white-space: pre` with a newline as its content - a content editable div with two paragraphs - Select the two paragraphs - Execute `insertOrderedList` (see attached file) Expected Results: - The paragraphs get turned into a ordered list with two list items Actual Results: - The UA hangs Notes: - Also happens for `insertUnorderedList` - Also happens if the div is styled with `white-space: pre-warp;`
Created attachment 229204 [details] Steps to reproduce