| <script src="../../resources/js-test-pre.js"></script> |
| <script src="resources/scripted-random.js"></script> |
| <script src="resources/viewspec-parser.js"></script> |
| // viewTarget with random assortments of valid characters |
| for (var i = 0; i < 50; i++) { //> |
| var attributeString = "svgView(viewTarget("; |
| var count = Math.scriptedRandomInt(20); |
| for (var j = 0; j < count; j++) { //> |
| attributeString += characters[Math.scriptedRandomInt(characters.length)]; |
| tests.push(attributeString); |
| testRunner.waitUntilDone(); |
| startViewspecTests(tests); |