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

Unified Diff: LayoutTests/fast/parser/parse-menuitem.html

Issue 443373002: Add <menuitem>, new HTMLMenuElement IDL attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added RuntimeEnabled check 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.html
diff --git a/LayoutTests/fast/parser/parse-menuitem.html b/LayoutTests/fast/parser/parse-menuitem.html
new file mode 100644
index 0000000000000000000000000000000000000000..d4c2d4a45300708c39a670d41dd90c9f229dd00b
--- /dev/null
+++ b/LayoutTests/fast/parser/parse-menuitem.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<head>
+<script src="../../resources/js-test.js"></script>
+<script>
+window.onload = function() {
+ shouldBeEqualToString("document.getElementById('div').innerHTML", "<menuitem>");
+};
+</script>
+</head>
+<div id="div"><menuitem></div>

Powered by Google App Engine
This is Rietveld 408576698