| Index: third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/xhr/006.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/xhr/006.html b/third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/xhr/006.html
|
| deleted file mode 100644
|
| index 7411b4baef3a16ed3ac08904f78f3c5f34d24562..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/xhr/006.html
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -<!doctype html>
|
| -<title>base url, shared worker</title>
|
| -<script src="/resources/testharness.js"></script>
|
| -<script src="/resources/testharnessreport.js"></script>
|
| -<div id=log></div>
|
| -<script>
|
| -var t = async_test();
|
| -var i = 0;
|
| -function runtest() {
|
| - i++;
|
| - if (i != 2)
|
| - return;
|
| - var worker = new SharedWorker('support/006-1.js','');
|
| - worker.port.onmessage = this.step_func(function(e) {
|
| - assert_true(e.data);
|
| - this.done();
|
| - });
|
| -}
|
| -</script>
|
| -<iframe src=001-1.xml onload="t.step(runtest);"></iframe>
|
| -<iframe src=support/001-1.xml onload="t.step(runtest);"></iframe>
|
|
|