commit | 4c46d0969f10f460f2a27116f4896f20f65d0989 | [log] [tgz] |
---|---|---|
author | Blink Reformat <[email protected]> | Sat Apr 07 15:32:37 2018 |
committer | Commit Bot <[email protected]> | Sat Apr 07 15:32:37 2018 |
tree | 9522bdd9b3f57732d6b008ea2bddbfedbd4784b6 |
The Great Blink mv for source files, part 2. Move and rename files. NOAUTOREVERT=true NOPRESUBMIT=true NOTREECHECKS=true Bug: 768828 [email protected] NOTRY=true Change-Id: I66d3b155808bc5bdbf237b80208e1e552bcf7f28 Reviewed-on: https://chromium-review.googlesource.com/1001153 Reviewed-by: Blink Reformat <[email protected]> Commit-Queue: Blink Reformat <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#549061} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: 0aee4434a4dba42a42abaea9bfbc0cd196a63bc1
diff --git a/front_end/integration_test_runner.html b/front_end/integration_test_runner.html new file mode 100644 index 0000000..780a48a --- /dev/null +++ b/front_end/integration_test_runner.html
@@ -0,0 +1,15 @@ +<!-- + * Copyright 2017 The Chromium Authors. All rights reserved. + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. +--> +<!doctype html> +<html> +<head> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <meta http-equiv="Content-Security-Policy" content="object-src 'none'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://chrome-devtools-frontend.appspot.com"> + <script type="text/javascript" src="Runtime.js"></script> + <script type="text/javascript" src="integration_test_runner.js"></script> +</head> +<body id="-blink-dev-tools"></body> +</html>