sandbox_002.htm needs "allow-same-origin" flag to load media.js script in the sandboxed iframe

Hi Kris,

http://w3c-test.org/html/tests/submission/Microsoft/sandbox/sandbox_002.htm

I think it needs "allow-same-origin" flag to load media.js script in the sandboxed iframe, what do you think?

-    <iframe src="support/iframe_sandbox_002.htm" sandbox="allow-scripts" style="display: none"></iframe>
+    <iframe src="support/iframe_sandbox_002.htm" sandbox="allow-scripts allow-same-origin" style="display: none"></iframe>

Thanks,
Zhiqiang

Received on Monday, 8 October 2012 03:28:10 UTC