Index: native_client_sdk/src/tests/nacl_io_test/index.html |
diff --git a/native_client_sdk/src/tests/nacl_io_test/index.html b/native_client_sdk/src/tests/nacl_io_test/index.html |
index ba5431792976b5376916823fc4ec2608aa6341b4..2a037b8df06b7f557689312625bad071a65435df 100644 |
--- a/native_client_sdk/src/tests/nacl_io_test/index.html |
+++ b/native_client_sdk/src/tests/nacl_io_test/index.html |
@@ -17,7 +17,7 @@ found in the LICENSE file. |
.failed { background-color: #f00; } |
</style> |
</head> |
-<body {{attrs}}> |
+<body data-attrs="PS_EXIT_MESSAGE=testend" {{attrs}}> |
<h1>{{title}}</h1> |
<h2>Status: <code id="statusField">NO-STATUS</code></h2> |
<!-- The NaCl plugin will be embedded inside the element with id "listener". |