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

Unified Diff: remoting/webapp/html/template_unittest.html

Issue 401623004: Add unit-tests for MenuButton and simplify implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing file. Created 6 years, 5 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: remoting/webapp/html/template_unittest.html
diff --git a/remoting/webapp/html/template_unittest.html b/remoting/webapp/html/template_unittest.html
index f4085cd1968d17a0d2d659daa6019653d1e9ca36..eb99c5c2aaaf740d4e88ef9ea603876e62ada463 100644
--- a/remoting/webapp/html/template_unittest.html
+++ b/remoting/webapp/html/template_unittest.html
@@ -9,6 +9,7 @@ found in the LICENSE file.
<meta charset="utf-8">
<title>Remoting web app unit test</title>
<link rel="stylesheet" href="qunit/qunit.css">
+ <link rel="stylesheet" href="menu_button.css">
</head>
<body>
<div id="qunit"></div>
@@ -25,4 +26,4 @@ found in the LICENSE file.
<!-- product files and unit test files-->
<meta-include type="javascript"/>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698