summaryrefslogtreecommitdiffstats
path: root/dom/html/test/file_iframe_sandbox_fail.js
blob: 1f1290d04664715cd2a88dbf75ec83520c9ed750 (plain)
1
2
3
4
ok(
  false,
  "documents sandboxed with allow-scripts should NOT be able to run <script src=...>"
);