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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/integration_test_runner.html

Issue 2837083003: DevTools: create test infrastructure so devtools drives the test (Closed)
Patch Set: rebaseline Created 3 years, 6 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 <!--
2 * Copyright 2017 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 <!doctype html>
7 <html>
8 <head>
9 <meta http-equiv="content-type" content="text/html; charset=utf-8">
10 <meta http-equiv="Content-Security-Policy" content="object-src 'none'; scrip t-src 'self' 'unsafe-eval' https://chrome-devtools-frontend.appspot.com">
11 <script type="text/javascript" src="Runtime.js"></script>
12 <script type="text/javascript" src="integration_test_runner.js"></script>
13 </head>
14 <body id="-blink-dev-tools"></body>
15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698