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

Unified Diff: LayoutTests/fast/dom/HTMLMenuItemElement/menuitem-with-end-tag-expected.html

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/dom/HTMLMenuItemElement/menuitem-with-end-tag-expected.html
diff --git a/LayoutTests/fast/dom/HTMLMenuItemElement/menuitem-with-end-tag-expected.html b/LayoutTests/fast/dom/HTMLMenuItemElement/menuitem-with-end-tag-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..2f27b0392999378720be4511a0eac1fdcb7d3698
--- /dev/null
+++ b/LayoutTests/fast/dom/HTMLMenuItemElement/menuitem-with-end-tag-expected.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<body>
+Orphan item
+<menu>
+Item in a menu
+</menu>
+</body>

Powered by Google App Engine
This is Rietveld 408576698