4 if (window
.testRunner
) {
5 testRunner
.setAllowUniversalAccessFromFileURLs(false);
6 testRunner
.setAllowFileAccessFromFileURLs(false);
7 testRunner
.dumpAsText();
8 testRunner
.waitUntilDone();
13 <iframe src=
"resources/file-reader-real.html" sandbox=
"allow-scripts"></iframe>
14 <div id=
"results"></div>
15 Test that FileReader works under the sandboxed iframe.