4 lines
116 B
JavaScript
4 lines
116 B
JavaScript
/* global fail */
|
|
fail(
|
|
"documents sandboxed without allow-scripts should NOT be able to run <script src=...>"
|
|
);
|