4 <script src=
"../../resources/js-test.js"></script>
6 var allowedExecuted
= 0;
7 var disallowedExecuted
= 0;
8 window
.onload = function() {
9 shouldBe("disallowedExecuted", "0");
10 shouldBe("allowedExecuted", "2");
12 isSuccessfullyParsed();
17 <iframe id=
"frame" src=
"resources/sandboxed-iframe-script-dynamic.html"></iframe>
19 description("Verify that adding a sandbox attribute at runtime does not effect the iframe's current state.");