| 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..e755ffdcf13d7c778864a658f3e963305a67e699
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/parser/parse-menuitem-expected.txt
|
| @@ -0,0 +1,8 @@
|
| +PASS successfullyParsed is true
|
| +
|
| +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')
|
| +
|
|
|