Skip to content

Commit 7dd8039

Browse files
niyabitsservo-wpt-sync
authored andcommitted
test: fix resource origin and update expectations
Signed-off-by: Niya Gupta <niyabits@disroot.org>
1 parent d44f49f commit 7dd8039

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webstorage/resources/localstorage_origin_page_two.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<script src='/common/get-host-info.sub.js'></script>
66
<script>
77
const value = window.localStorage.getItem('test');
8-
const pageURL = get_host_info().HTTP_REMOTE_ORIGIN + '/webstorage/localstorage-share-data-unrelated-origins.html';
8+
const pageURL = get_host_info().HTTP_ORIGIN;
99
window.parent.parent.postMessage(value, pageURL);
1010
</script>
1111
"></iframe>

0 commit comments

Comments
 (0)