chromium/third_party/blink/web_tests/editing/execCommand/insert-text-not-inheriting-block-properties-expected.txt

If you select a paragraph and type a character, block style properties should not be inherited to the next paragraph.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

PASS container.innerHTML is "<p style=\"text-indent: 3em;\"><span>aBar</span></p>"
PASS successfullyParsed is true

TEST COMPLETE