blob: c715d3180e74192875fad254a136a4958c1aeef3 [file] [log] [blame]
<html>
<script>
if (window.layoutTestController) {
layoutTestController.dumpAsText();
objCController.storeWebScriptObject(window);
objCController.testValueForKey();
}
</script>
<body>
This test checks for an exception in [WebScriptObject valueForKey:(NSString *)key]
That method is liable to throw an exception which caused the JSLock to never be released, leading to a possible deadlock.
If this test doesn't hang, it passed.
</body>
</html>