| Index: native_client_sdk/src/tests/sdk_util_test/index.html
|
| diff --git a/native_client_sdk/src/tests/sdk_util_test/index.html b/native_client_sdk/src/tests/sdk_util_test/index.html
|
| index 20b24b5d90487dda15edbb53aa070f20fa770bea..cb85af12f649f40120eaddd7ec50054c2446113a 100644
|
| --- a/native_client_sdk/src/tests/sdk_util_test/index.html
|
| +++ b/native_client_sdk/src/tests/sdk_util_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".
|
|
|