7 lines
214 B
HTML
7 lines
214 B
HTML
<!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>
|