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

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

Issue 1396053002: Rename <menu type=popup> to <menu type=context>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaselined Created 5 years, 2 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: third_party/WebKit/LayoutTests/fast/parser/parse-menuitem.html
diff --git a/third_party/WebKit/LayoutTests/fast/parser/parse-menuitem.html b/third_party/WebKit/LayoutTests/fast/parser/parse-menuitem.html
index 62be03375b0c0e4152f1fb910b6e9ec5f444424f..e3e57b2ecf48c01b36c4dd38d538b7b38019844b 100644
--- a/third_party/WebKit/LayoutTests/fast/parser/parse-menuitem.html
+++ b/third_party/WebKit/LayoutTests/fast/parser/parse-menuitem.html
@@ -3,7 +3,7 @@
<script src="../../resources/js-test.js"></script>
</head>
<div id="div"><menuitem></div>
-<menu id="menu" type=popup><menuitem id="first_item"><menuitem id="second_item"></menu>
+<menu id="menu" type=context><menuitem id="first_item"><menuitem id="second_item"></menu>
<script>
description("This test checks parsing of menuitem tag which is a self closing tag with no end tag.");
shouldBeEqualToString("document.getElementById('div').innerHTML", "<menuitem>");

Powered by Google App Engine
This is Rietveld 408576698