blob: a62fb83bd0ce99af51e932e41be22f1178055797 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<html>
<head>
<script>
if (window.testRunner) {
testRunner.setAllowUniversalAccessFromFileURLs(false);
testRunner.setAllowFileAccessFromFileURLs(false);
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
</script>
</head>
<body>
<iframe src="resources/file-reader-real.html"></iframe>
<div id="results"></div>
Test that FileReader works under the file URL with file path separation enforced.
</body>
</html>
|