| Index: LayoutTests/fast/parser/parse-menuitem-expected.txt
|
| diff --git a/LayoutTests/fast/parser/parse-menuitem-expected.txt b/LayoutTests/fast/parser/parse-menuitem-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d9433afeec2d8257f5884db60021f2e795687837
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/parser/parse-menuitem-expected.txt
|
| @@ -0,0 +1,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
|
| +
|
|
|