| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/sync-xhr-doesnt-deadlock-iframe.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/sync-xhr-doesnt-deadlock-iframe.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/sync-xhr-doesnt-deadlock-iframe.html
|
| deleted file mode 100644
|
| index 0fa72911624be9ce7cec49954e6d8c3a9fce1cef..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/sync-xhr-doesnt-deadlock-iframe.html
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<title>Service Worker: SyncXHR doesn't deadlock iframe</title>
|
| -<script>
|
| -function performSyncXHR() {
|
| - var url = 'sync-xhr-doesnt-deadlock.data?bustcache=' + Date.now();
|
| - var syncXhr = new XMLHttpRequest();
|
| - syncXhr.open("GET", url, false);
|
| - syncXhr.send();
|
| - if (syncXhr.responseText != 'hello')
|
| - throw 'FAIL';
|
| -}
|
| -</script>
|
|
|