Add array and time wrapper tests.
Array wrappers and partially time wrappers have been ported from Chrome Zero.
The tests covered two bugs:
1) New bug: Date.getMilliseconds() does not return rounded value.
2) Known bug: window.crypto.getRandomValues() throws an exception because an array object is expected as an argument, but a proxy array object is given.
Add array and time wrapper tests.
Array wrappers and partially time wrappers have been ported from Chrome Zero.
The tests covered two bugs:
1) New bug: Date.getMilliseconds() does not return rounded value.
2) Known bug: window.crypto.getRandomValues() throws an exception because an array object is expected as an argument, but a proxy array object is given.