blob: ad4480904229a8f484727dc9345cf8ce2373471b (
plain)
1
2
3
4
5
6
7
|
<!DOCTYPE html>
<script>
window.onmessage = function(e) {
window.parent.postMessage(e.data, "*");
};
</script>
<iframe src="http://example.com/tests/dom/serviceworkers/test/fetch/hsts/index.html"></iframe>
|