summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/ajax/prototype/test/unit/fixtures/string.js
blob: e4483a5b6144d456b3758b1e38fa3f7b2573a1e8 (plain)
1
2
3
4
5
6
7
8
var attackTarget;
var evalScriptsCounter = 0,
    largeTextEscaped = '<span>test</span>', 
    largeTextUnescaped = '<span>test</span>';
(2048).times(function(){ 
  largeTextEscaped += ' ABC';
  largeTextUnescaped += ' ABC';
});