3 <iframe src=
"data:text/html,FAIL"></iframe>
4 <script type=
"text/x-isolate" id=
"s1">
6 window.onunload = function() {
13 window
.onload = function() {
14 if (window
.testRunner
) {
15 testRunner
.waitUntilDone();
16 testRunner
.dumpAsText();
18 var iframeElement
= document
.querySelector('iframe');
19 iframeElement
.focus();
20 testRunner
.evaluateScriptInIsolatedWorld(1, document
.querySelector('#s1').textContent
);
22 iframeElement
.onload = function() {
23 document
.body
.textContent
= 'PASS';
24 testRunner
.notifyDone();
26 iframeElement
.src
= 'data:text/html,PASS';