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

Side by Side Diff: ports/devenv/tests/io2014_test.html

Issue 1563073002: Re-enable io2014 + add cds2014 tests for devenv. (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: fix Created 4 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 unified diff | Download patch
« no previous file with comments | « ports/devenv/tests/devenv_small_test.js ('k') | ports/devenv/tests/io2014_test.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <!--
3 Copyright (c) 2014 The Native Client Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file.
6 -->
7 <body onload="init();">
8 <script src="/_chrome_test.js"></script>
9 <script>
10 function init() {
11 chrometest.run([
12 'common.js',
13 'io2014_test.js',
14 ]);
15 }
16 </script>
17 </body>
18 </html>
OLDNEW
« no previous file with comments | « ports/devenv/tests/devenv_small_test.js ('k') | ports/devenv/tests/io2014_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698