22 lines
No EOL
616 B
HTML
22 lines
No EOL
616 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<!-- Programmatically converted from a WebKit Reftest, please forgive resulting idiosyncracies.-->
|
|
<script src="/resources/testharness.js"></script>
|
|
<script src="/resources/testharnessreport.js"></script>
|
|
<script src='../support/logTest.sub.js?logs=["Message"]'></script>
|
|
<script src="../support/alertAssert.sub.js?alerts=[]"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<script>
|
|
window.onmessage = function(e) {
|
|
log(e.data);
|
|
}
|
|
</script>
|
|
|
|
<iframe src="support/sandboxed-post-message-to-parent.html?sandbox=allow-scripts"></iframe>
|
|
</body>
|
|
|
|
</html> |