| Index: third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/structured-clone/dedicated.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/browsing-the-web/history-traversal/unset_context_name-1.html b/third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/structured-clone/dedicated.html
|
| similarity index 52%
|
| copy from third_party/WebKit/LayoutTests/imported/wpt/html/browsers/browsing-the-web/history-traversal/unset_context_name-1.html
|
| copy to third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/structured-clone/dedicated.html
|
| index d3d67d0f82681118b4e0f5492115f0988f7ca07a..5dd8c3561e9634f27f2804a55ef7e88528f2cc65 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/browsing-the-web/history-traversal/unset_context_name-1.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/structured-clone/dedicated.html
|
| @@ -1,7 +1,9 @@
|
| <!doctype html>
|
| -<title>window.name after navigating to a different origin</title>
|
| +<title>structured clone to dedicated worker</title>
|
| <script src="/resources/testharness.js"></script>
|
| <script src="/resources/testharnessreport.js"></script>
|
| +<div id=log></div>
|
| <script>
|
| -test(function() {assert_equals(window.name, "")})
|
| +var type = 'dedicated';
|
| </script>
|
| +<script src="common.js"></script>
|
|
|