Index: chrome/test/data/nacl/extension_validation_cache/extension_validation_cache.html |
diff --git a/chrome/test/data/nacl/extension_validation_cache/extension_validation_cache.html b/chrome/test/data/nacl/extension_validation_cache/extension_validation_cache.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..10eaffc40451553c3b72835d3a9fd5c2c61e88d1 |
--- /dev/null |
+++ b/chrome/test/data/nacl/extension_validation_cache/extension_validation_cache.html |
@@ -0,0 +1,17 @@ |
+<html> |
+<!-- |
+Copyright (c) 2014 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. |
+--> |
+<head> |
+ <script type="text/javascript" src="nacltest.js"></script> |
+ <script type="text/javascript" src="load_util.js"></script> |
+ <script type="text/javascript" src="extension_validation_cache.js"></script> |
+ <title>NaCl Extension nexe-load validation cache test</title> |
+</head> |
+<body> |
+ <h1>NaCl Extension nexe-load validation cache test</h1> |
+ <!-- NaCl embed will be created by extension_validation_cache.js --> |
+</body> |
+</html> |