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

Side by Side Diff: chrome/test/data/chromeos/wallpaper_manager/unit_tests/event_page_unittest.html

Issue 618743003: Unit test for sync online wallpaper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review Created 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
3 -- Use of this source code is governed by a BSD-style license that can be
4 -- found in the LICENSE file.
5 -->
6
7 <html>
8 <body>
9
10 <script src="../../../webui/mock_controller.js"></script>
11 <script src="api_mock.js"></script>
12 <script src="../../../../../../chrome/browser/resources/chromeos/wallpaper_manag er/js/constants.js"></script>
13 <script src="../../../../../../chrome/browser/resources/chromeos/wallpaper_manag er/js/util.js"></script>
14 <script src="../../../../../../chrome/browser/resources/chromeos/wallpaper_manag er/js/event_page.js"></script>
15
16 <script src="event_page_unittest.js"></script>
17
18 </body>
19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698