3 <script src=
"../http/tests/inspector/inspector-test.js"></script>
8 function callback(result
)
10 InspectorTest
.addResult("date = " + result
.description
.substring(0, 25));
11 InspectorTest
.completeTest();
13 InspectorTest
.evaluateInPage("new Date(2011, 11, 7, 12, 01)", callback
);
19 <body onload=
"runTest()">
21 Tests formatting of different types of remote objects.