2 <script src=
"../../resources/js-test.js"></script>
4 description('Local fonts should not be rejected by CORS');
6 if (window
.testRunner
) {
7 testRunner
.setAllowUniversalAccessFromFileURLs(false);
8 testRunner
.setAllowFileAccessFromFileURLs(false);
10 window
.jsTestIsAsync
= true;
11 window
.addEventListener('message', function(evt
) {
16 <iframe src=
"resources/font-face-local-file-frame.html"></iframe>