Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(211)

Unified Diff: native_client_sdk/src/examples/tutorial/testing/index.html

Issue 414993002: [NaCl SDK] nacl_io: Remove duplication between passthroughfs and devfs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/examples/tutorial/testing/index.html
diff --git a/native_client_sdk/src/examples/tutorial/testing/index.html b/native_client_sdk/src/examples/tutorial/testing/index.html
index 4fd238347537e22e5c73e02393fec240e35055d4..37fcdd878cf21290ad5d559f8fc7b2d724251a75 100644
--- a/native_client_sdk/src/examples/tutorial/testing/index.html
+++ b/native_client_sdk/src/examples/tutorial/testing/index.html
@@ -17,7 +17,7 @@
.failed { background-color: #f00; }
</style>
</head>
-<body {{attrs}}>
+<body data-attrs="PS_EXIT_MESSAGE=testend" {{attrs}}>
<h1>{{title}}</h1>
<div id="listener"></div>
<h2>Status: <code id="statusField">NO-STATUS</code></h2>
« no previous file with comments | « native_client_sdk/src/examples/tutorial/testing/example.js ('k') | native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698