Index: LayoutTests/fast/workers/worker-location-expected.txt |
diff --git a/LayoutTests/fast/workers/worker-location-expected.txt b/LayoutTests/fast/workers/worker-location-expected.txt |
deleted file mode 100644 |
index 2bff8f1aada0ab43e233046c39718ee8e000a929..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/workers/worker-location-expected.txt |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-Test WorkerLocation properties. |
- |
-WorkerLocation: [object WorkerLocationConstructor] |
-typeof location: object |
-location: file:<...>/fast/workers/resources/worker-common.js |
-location.href: file:<...>/fast/workers/resources/worker-common.js |
-location.protocol: file: |
-location.host: |
-location.hostname: |
-location.port: |
-location.pathname: <...>/fast/workers/resources/worker-common.js |
-location.search: |
-location.hash: |
-DONE |
- |