This tests removing multiple elements by RemoveFormat command. On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". PASS RemoveFormat on all of "hello" yields "hello" PASS RemoveFormat on all of "hello world" yields "hello world" PASS RemoveFormat on all of "hello world WebKit" yields "hello world WebKit" PASS RemoveFormat on second word of "hello world WebKit" yields "hello world WebKit" PASS RemoveFormat on second word of "hello world WebKit" yields "hello world WebKit" PASS RemoveFormat on second word of "hello world WebKit" yields "hello world WebKit" PASS RemoveFormat on last word of "hello world WebKit" yields "hello world WebKit" PASS RemoveFormat on second word of "hello world WebKit" yields "hello world WebKit" PASS RemoveFormat on first two words of "hello world WebKit" yields "hello world WebKit" PASS RemoveFormat on first two words of "hello world WebKit" yields "hello world WebKit" PASS RemoveFormat on last two words of "
hello world
WebKit
" yields "
hello world
WebKit
" PASS RemoveFormat on last two words of "
hello world
WebKit
" yields "
hello world
WebKit" PASS RemoveFormat on second word of "
hello world
WebKit
" yields "
hello world
WebKit" PASS RemoveFormat on first line of "
hello
webkit
" yields "
hello
webkit" PASS RemoveFormat on all of "hello world" yields "hello world" PASS RemoveFormat on second word of "hello world WebKit" yields "hello world WebKit" PASS RemoveFormat on second word of "hello world WebKit" yields "hello world WebKit" PASS RemoveFormat on second word of "
hello world
WebKit
" yields "
hello world
WebKit" PASS successfullyParsed is true TEST COMPLETE