summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/parse-menuitem-expected.txt
blob: d9433afeec2d8257f5884db60021f2e795687837 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
This test checks parsing of menuitem tag which is a self closing tag with no end tag.

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


PASS document.getElementById('div').innerHTML is "<menuitem>"
PASS document.getElementById('menu').innerHTML is "<menuitem id=\"first_item\"><menuitem id=\"second_item\">"
PASS document.getElementById('first_item').firstChild is null
PASS document.getElementById('menu').firstChild.nextSibling is document.getElementById('second_item')
PASS successfullyParsed is true

TEST COMPLETE