| Index: third_party/WebKit/LayoutTests/fast/parser/parse-menuitem-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/parser/parse-menuitem-expected.txt b/third_party/WebKit/LayoutTests/fast/parser/parse-menuitem-expected.txt
|
| deleted file mode 100644
|
| index b48c5b05382b87351aefe15e1fc6e37ca706126d..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/parser/parse-menuitem-expected.txt
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -This test checks parsing of menuitem tag which has an end tag.
|
| -
|
| -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| -
|
| -
|
| -PASS document.getElementById('div').innerHTML is "<menuitem></menuitem>"
|
| -PASS document.getElementById('menu').innerHTML is "<menuitem id=\"first_item\"></menuitem><menuitem id=\"second_item\"></menuitem>"
|
| -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
|
| -
|
|
|