summaryrefslogtreecommitdiffstats
path: root/native_client_sdk
diff options
context:
space:
mode:
authorbinji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-02 21:40:54 +0000
committerbinji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-02 21:40:54 +0000
commitdeafc2e41a13b5991e653fe931a79d9de653612d (patch)
tree86e3731aae2fd0a2ae42048fda7563f18cb47878 /native_client_sdk
parent29f4c908cdb19c9d5823d95038763b9caadb5965 (diff)
downloadchromium_src-deafc2e41a13b5991e653fe931a79d9de653612d.zip
chromium_src-deafc2e41a13b5991e653fe931a79d9de653612d.tar.gz
chromium_src-deafc2e41a13b5991e653fe931a79d9de653612d.tar.bz2
[NaCl SDK] Fix pyauto tests after my last CL.
I changed some DOM elements, but forgot to update the pyauto tests. BUG=none TEST=pyauto tests on the NaCl SDK waterfall NOTRY=true TBR=noelallen@chromium.org Review URL: https://chromiumcodereview.appspot.com/10693075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145200 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk')
-rw-r--r--native_client_sdk/src/examples/geturl/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/native_client_sdk/src/examples/geturl/index.html b/native_client_sdk/src/examples/geturl/index.html
index e2f2663..7d60f0b 100644
--- a/native_client_sdk/src/examples/geturl/index.html
+++ b/native_client_sdk/src/examples/geturl/index.html
@@ -48,7 +48,7 @@ found in the LICENSE file.
<td valign=top><pre id='general_output' class='notrun'></pre></td>
</tr>
</table>
- <input type="button" value="Get URL" onclick="loadUrl()">
+ <input id="button" type="button" value="Get URL" onclick="loadUrl()">
<!-- The NaCl plugin will be embedded inside the element with id "listener".
See common.js.-->
<div id="listener"></div>