1 description("This tests that ScriptRegexp matching fails when running into an exceptional condition (stack overflow) without crashing.");
4 var input
= document
.createElement("input");
7 function repeatedlySet(r
) {
8 // Consume stack until failure.
12 repeatedlySet("an@example.com");
14 shouldThrow("runTest()");