Test to make sure we return correct text-decoration state. Note that "text-decoration: none" SHOULD NOT cancel text decorations. On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". PASS textdecorationState("underline","hello world") is true PASS textdecorationState("underline","hello world") is true PASS textdecorationState("underline","hello world") is true PASS textdecorationState("underline","hello world") is true PASS textdecorationState("underline","hello world") is true PASS textdecorationState("strikeThrough","hello world") is false PASS textdecorationState("strikeThrough","hello world") is true PASS textdecorationState("strikeThrough","hello world") is true PASS textdecorationState("strikeThrough","hello world") is true PASS textdecorationState("strikeThrough","hello world") is true PASS textdecorationState("strikeThrough","hello world") is true PASS successfullyParsed is true TEST COMPLETE