| Index: third_party/WebKit/LayoutTests/http/tests/security/resources/cross-origin-iframe-for-vibrate-blocked.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/resources/cross-origin-iframe-for-vibrate-blocked.html b/third_party/WebKit/LayoutTests/http/tests/security/resources/cross-origin-iframe-for-vibrate-blocked.html
 | 
| deleted file mode 100644
 | 
| index 854ec15014babb023b3c2643629a677c80b3b545..0000000000000000000000000000000000000000
 | 
| --- a/third_party/WebKit/LayoutTests/http/tests/security/resources/cross-origin-iframe-for-vibrate-blocked.html
 | 
| +++ /dev/null
 | 
| @@ -1,14 +0,0 @@
 | 
| -<!DOCTYPE html>
 | 
| -<html>
 | 
| -<head>
 | 
| -    <script src="/resources/testharness.js"></script>
 | 
| -    <script src="/resources/testharnessreport.js"></script>
 | 
| -</head>
 | 
| -<body>
 | 
| -    <script>
 | 
| -        test(function () {
 | 
| -            assert_false(navigator.vibrate(200));
 | 
| -        }, "A cross-origin iframe may not call navigator.vibrate: https://www.chromestatus.com/feature/5682658461876224.");
 | 
| -    </script>
 | 
| -</body>
 | 
| -</html>
 | 
| 
 |