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

Unified Diff: third_party/WebKit/LayoutTests/html/menu_menuitem/custom-context-menu.html

Issue 2782093002: Move tests for <menu> and <menuitem> to LayoutTests/html/menu_menuitem/. (Closed)
Patch Set: Created 3 years, 9 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/html/menu_menuitem/custom-context-menu.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLMenuElement/custom-context-menu.html b/third_party/WebKit/LayoutTests/html/menu_menuitem/custom-context-menu.html
similarity index 99%
rename from third_party/WebKit/LayoutTests/fast/dom/HTMLMenuElement/custom-context-menu.html
rename to third_party/WebKit/LayoutTests/html/menu_menuitem/custom-context-menu.html
index c823e8301aaa0032e1cadaea512fd783fd20866d..e9be85f42529420b7725c2a51f2a130958cf1fd3 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLMenuElement/custom-context-menu.html
+++ b/third_party/WebKit/LayoutTests/html/menu_menuitem/custom-context-menu.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<head>
-<script src="../../../resources/js-test.js"></script>
+<script src="../../resources/js-test.js"></script>
</head>
<button id="button" style="height: 100px; width: 100px;">
</button>

Powered by Google App Engine
This is Rietveld 408576698