blob: fa302653ee9da8dc59cae602cde36cad17d7483e [file] [log] [blame]
Various tests for the mark element.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
<p> closes <mark>:
PASS paragraph1.parentNode.nodeName == "mark" is false
<b> does not close <mark>:
PASS b1.parentNode.nodeName is "MARK"
Residual style:
PASS getWeight("mark2") is "bold"
PASS getWeight("span1") is "bold"
PASS successfullyParsed is true
TEST COMPLETE