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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLMenuItemElement/menuitem-click.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/dom/HTMLMenuItemElement/menuitem-click.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLMenuItemElement/menuitem-click.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLMenuItemElement/menuitem-click.html
index 5440f5eadc5957008de6d7c735158271de8f95f9..2eb5f1bf1a73e6fe9eb5b07b2bd0a3eceafcc271 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLMenuItemElement/menuitem-click.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLMenuItemElement/menuitem-click.html
@@ -1,5 +1,5 @@
<script src="../../../resources/js-test.js"></script>
-<menu type=popup>
+<menu type=context>
<menuitem id=mi1 type=checkbox>
<menuitem id=mi2 type=radio radiogroup="g1" checked>
<menuitem id=mi3 type=radio radiogroup="g1">

Powered by Google App Engine
This is Rietveld 408576698