| <script src="../../resources/js-test-pre.js"></script> |
| <script src="resources/wrapper-identity-base.js"></script> |
| <style id="style" media="screen"> |
| content: counter(dummy, square); |
| description("This tests wrapper identity for JavaScript"); |
| debug("The ObjC tests only work in DumpRenderTree.\n"); |
| tests.push("new Array()"); |
| tests.push("new RegExp()"); |
| tests.push("new String()"); |
| for (var i = 0; i < staticWindowProperties.length; i++) //> |
| tests.push("window['" + staticWindowProperties[i] + "']"); |
| for (var i = 0; i < tests.length; i++) //> |
| // Not yet tested -- most interesting parts of the DOM, like the tests in |