| OLD | NEW |
| 1 CONSOLE WARNING: line 19: A call to navigator.vibrate without user tap on the fr
ame or any embedded frame is deprecated and will be removed in M60, around Augus
t 2017. See https://www.chromestatus.com/features/5644273861001216 for more deta
ils. | 1 CONSOLE ERROR: line 19: Blocked call to navigator.vibrate because user hasn't ta
pped on the frame or any embedded frame yet: https://www.chromestatus.com/featur
e/5644273861001216. |
| 2 This tests that a same-origin iframe with user gesture can vibrate. | 2 This tests that a same-origin iframe with user gesture can vibrate. |
| 3 | 3 |
| 4 127.0.0.1 | 4 127.0.0.1 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 -------- | 8 -------- |
| 9 Frame: '<!--framePath //<!--frame0-->-->' | 9 Frame: '<!--framePath //<!--frame0-->-->' |
| 10 -------- | 10 -------- |
| 11 This is a testharness.js-based test. | 11 This is a testharness.js-based test. |
| 12 PASS Testing vibrate 3 times in an iframe | 12 PASS Testing vibrate 3 times in an iframe |
| 13 Harness: the test ran to completion. | 13 Harness: the test ran to completion. |
| 14 | 14 |
| OLD | NEW |