| Index: third_party/WebKit/LayoutTests/mojo/core.html
|
| diff --git a/third_party/WebKit/LayoutTests/mojo/core.html b/third_party/WebKit/LayoutTests/mojo/core.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..210ca3b73fc9fabaceac769b58b58433931738c4
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/mojo/core.html
|
| @@ -0,0 +1,11 @@
|
| +<!DOCTYPE html>
|
| +<title>mojo-core tests</title>
|
| +<script src="../resources/testharness.js"></script>
|
| +<script src="../resources/testharnessreport.js"></script>
|
| +<script>
|
| +
|
| +test(function() {
|
| + assert_true(mojo instanceof Mojo);
|
| +}, "Test mojo bindings available");
|
| +
|
| +</script>
|
|
|