[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / html / mark-element-expected.txt
1 Various tests for the mark element.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 <p> closes <mark>:
7 PASS paragraph1.parentNode.nodeName == "mark" is false
8 <b> does not close <mark>:
9 PASS b1.parentNode.nodeName is "MARK"
10 Residual style:
11 PASS getWeight("mark2") is "bold"
12 PASS getWeight("span1") is "bold"
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16