3 <script src=
"../../resources/js-test.js"></script>
4 <script src=
"resources/wrapper-identity-base.js"></script>
6 <style id=
"style" media=
"screen">
9 clip: rect(
0,
0,
1,
1);
10 content: counter(dummy, square);
19 description("This tests wrapper identity for JavaScript");
20 if (!window
.testRunner
)
21 debug("The ObjC tests only work in DumpRenderTree.\n");
26 tests
.push("new Array()");
27 tests
.push("new RegExp()");
28 tests
.push("new String()");
29 for (var i
= 0; i
< staticWindowProperties
.length
; i
++) //>
30 tests
.push("window['" + staticWindowProperties
[i
] + "']");
32 for (var i
= 0; i
< tests
.length
; i
++) //>
35 // Not yet tested -- most interesting parts of the DOM, like the tests in
36 // wrapper-classes.html.
39 window
.onload
= runTest
;