| Index: third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/structured-clone/shared.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/shared.html
|
| similarity index 53%
|
| 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/shared.html
|
| index d3d67d0f82681118b4e0f5492115f0988f7ca07a..6f74354d4828e864b7da131029bdd890104227f7 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/shared.html
|
| @@ -1,7 +1,9 @@
|
| <!doctype html>
|
| -<title>window.name after navigating to a different origin</title>
|
| +<title>structured clone to shared 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 = 'shared';
|
| </script>
|
| +<script src="common.js"></script>
|
|
|