- From: Mercurial notifier <cvsmail@w3.org>
- Date: Mon, 30 Jan 2012 16:41:40 +0000
- To: public-dap-commits@w3.org
changeset: 45:5c5b22705789 tag: tip user: Robin Berjon <robin@berjon.com> date: Mon Jan 30 17:41:31 2012 +0100 files: tests/vibration/submissions/robin/cancel-with-0.html tests/vibration/submissions/robin/cancel-with-[].html tests/vibration/submissions/robin/cancel-with-new.html tests/vibration/submissions/robin/pattern-array-extra.html tests/vibration/submissions/robin/pattern-array.html tests/vibration/submissions/robin/simple-array.html tests/vibration/submissions/robin/simple-scalar.html description: braindead error diff -r d58fde05c901 -r 5c5b22705789 tests/vibration/submissions/robin/cancel-with-0.html --- a/tests/vibration/submissions/robin/cancel-with-0.html Fri Jan 27 17:44:03 2012 +0100 +++ b/tests/vibration/submissions/robin/cancel-with-0.html Mon Jan 30 17:41:31 2012 +0100 @@ -20,7 +20,7 @@ second). If it vibrates for a longer time (roughly five seconds, it should feel somewhat long) then the test has failed. </p> - <buton id='vib'>Vibrate!</buton> + <button id='vib'>Vibrate!</button> <div id='log'></div> <script src='http://w3c-test.org/resources/testharness.js'></script> <!-- When this test gets approved, remove a "../" below --> diff -r d58fde05c901 -r 5c5b22705789 tests/vibration/submissions/robin/cancel-with-[].html --- a/tests/vibration/submissions/robin/cancel-with-[].html Fri Jan 27 17:44:03 2012 +0100 +++ b/tests/vibration/submissions/robin/cancel-with-[].html Mon Jan 30 17:41:31 2012 +0100 @@ -20,7 +20,7 @@ second). If it vibrates for a longer time (roughly five seconds, it should feel somewhat long) then the test has failed. </p> - <buton id='vib'>Vibrate!</buton> + <button id='vib'>Vibrate!</button> <div id='log'></div> <script src='http://w3c-test.org/resources/testharness.js'></script> <!-- When this test gets approved, remove a "../" below --> diff -r d58fde05c901 -r 5c5b22705789 tests/vibration/submissions/robin/cancel-with-new.html --- a/tests/vibration/submissions/robin/cancel-with-new.html Fri Jan 27 17:44:03 2012 +0100 +++ b/tests/vibration/submissions/robin/cancel-with-new.html Mon Jan 30 17:41:31 2012 +0100 @@ -21,7 +21,7 @@ seconds, it should feel somewhat long) or if there is no series of short vibration bursts then the test has failed. </p> - <buton id='vib'>Vibrate!</buton> + <button id='vib'>Vibrate!</button> <div id='log'></div> <script src='http://w3c-test.org/resources/testharness.js'></script> <!-- When this test gets approved, remove a "../" below --> diff -r d58fde05c901 -r 5c5b22705789 tests/vibration/submissions/robin/pattern-array-extra.html --- a/tests/vibration/submissions/robin/pattern-array-extra.html Fri Jan 27 17:44:03 2012 +0100 +++ b/tests/vibration/submissions/robin/pattern-array-extra.html Mon Jan 30 17:41:31 2012 +0100 @@ -19,7 +19,7 @@ After hitting the button below, your device must vibrate three times for one second, separated by one second intervals. </p> - <buton id='vib'>Vibrate!</buton> + <button id='vib'>Vibrate!</button> <div id='log'></div> <script src='http://w3c-test.org/resources/testharness.js'></script> <!-- When this test gets approved, remove a "../" below --> diff -r d58fde05c901 -r 5c5b22705789 tests/vibration/submissions/robin/pattern-array.html --- a/tests/vibration/submissions/robin/pattern-array.html Fri Jan 27 17:44:03 2012 +0100 +++ b/tests/vibration/submissions/robin/pattern-array.html Mon Jan 30 17:41:31 2012 +0100 @@ -18,7 +18,7 @@ After hitting the button below, your device must vibrate three times for one second, separated by one second intervals. </p> - <buton id='vib'>Vibrate!</buton> + <button id='vib'>Vibrate!</button> <div id='log'></div> <script src='http://w3c-test.org/resources/testharness.js'></script> <!-- When this test gets approved, remove a "../" below --> diff -r d58fde05c901 -r 5c5b22705789 tests/vibration/submissions/robin/simple-array.html --- a/tests/vibration/submissions/robin/simple-array.html Fri Jan 27 17:44:03 2012 +0100 +++ b/tests/vibration/submissions/robin/simple-array.html Mon Jan 30 17:41:31 2012 +0100 @@ -17,7 +17,7 @@ <p> After hitting the button below, your device must vibrate continuously for about two seconds, once. </p> - <buton id='vib'>Vibrate!</buton> + <button id='vib'>Vibrate!</button> <div id='log'></div> <script src='http://w3c-test.org/resources/testharness.js'></script> <!-- When this test gets approved, remove a "../" below --> diff -r d58fde05c901 -r 5c5b22705789 tests/vibration/submissions/robin/simple-scalar.html --- a/tests/vibration/submissions/robin/simple-scalar.html Fri Jan 27 17:44:03 2012 +0100 +++ b/tests/vibration/submissions/robin/simple-scalar.html Mon Jan 30 17:41:31 2012 +0100 @@ -17,7 +17,7 @@ <p> After hitting the button below, your device must vibrate continuously for about two seconds, once. </p> - <buton id='vib'>Vibrate!</buton> + <button id='vib'>Vibrate!</button> <div id='log'></div> <script src='http://w3c-test.org/resources/testharness.js'></script> <!-- When this test gets approved, remove a "../" below -->
Received on Monday, 30 January 2012 16:41:41 UTC