3 <script src=
"../../resources/js-test.js"></script>
7 description('Call FontFaceSet::ready in a detached frame.');
10 testRunner
.dumpAsText();
13 var frame
= document
.createElement('iframe');
14 document
.body
.appendChild(frame
);
15 var doc
= frame
.contentDocument
;
16 document
.body
.removeChild(frame
);
23 testFailed('document.fonts does not exist');