| Index: native_client_sdk/src/examples/api/url_loader/url_loader_success.html
|
| diff --git a/native_client_sdk/src/examples/api/url_loader/url_loader_success.html b/native_client_sdk/src/examples/api/url_loader/url_loader_success.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..340d538cf3edf3f922c087eec0d9bb285965bb4a
|
| --- /dev/null
|
| +++ b/native_client_sdk/src/examples/api/url_loader/url_loader_success.html
|
| @@ -0,0 +1,17 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <!--
|
| + Copyright (c) 2010 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>
|
| + <title>PPAPI UrlLoader example</title>
|
| + </head>
|
| + <body>
|
| + <h1>PPAPI UrlLoader example</h1>
|
| + The PPAPI UrlLoader example fetches the contents of this page. If you are
|
| + seeing the contents of this page as part of the test output, then the test
|
| + passed.
|
| + </body>
|
| +</html>
|
|
|