| Index: third_party/WebKit/LayoutTests/http/tests/security/vibration/resources/vibrate-in-iframe-with-user-gesture-allowed.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/resources/cross-origin-iframe-for-vibrate-with-user-gesture-allowed.html b/third_party/WebKit/LayoutTests/http/tests/security/vibration/resources/vibrate-in-iframe-with-user-gesture-allowed.html
|
| similarity index 96%
|
| copy from third_party/WebKit/LayoutTests/http/tests/security/resources/cross-origin-iframe-for-vibrate-with-user-gesture-allowed.html
|
| copy to third_party/WebKit/LayoutTests/http/tests/security/vibration/resources/vibrate-in-iframe-with-user-gesture-allowed.html
|
| index 2e17ce2a6cdcb1aa8038ce16fcf0cbb6b0d9d696..5b232616eb79951f75bc4835eff5153c8fdc347e 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/resources/cross-origin-iframe-for-vibrate-with-user-gesture-allowed.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/vibration/resources/vibrate-in-iframe-with-user-gesture-allowed.html
|
| @@ -4,7 +4,7 @@
|
| <script src="/resources/testharnessreport.js"></script>
|
| <script>
|
| var test = async_test(
|
| - "Testing vibrate 3 times in a x-origin iframe: " +
|
| + "Testing vibrate 3 times in an iframe: " +
|
| " 1. blocked before user gesture;" +
|
| " 2. succeed during the click event;" +
|
| " 3. succeed after user click.");
|
| @@ -58,3 +58,4 @@
|
| <button id="b" onclick="performTestWithClick();">Perform Test</button>
|
| </body>
|
| </html>
|
| +
|
|
|