Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(714)

Unified Diff: LayoutTests/fast/parser/parse-menuitem-expected.txt

Issue 443373002: Add <menuitem>, new HTMLMenuElement IDL attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed comments Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
+
« no previous file with comments | « LayoutTests/fast/parser/parse-menuitem.html ('k') | LayoutTests/webexposed/global-constructors-listing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698