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