tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / fast / js / script-tests / lastModified.js
1 description(
2 "This test verifies that the lastModified property exists on the document object."
3 );
4
5 shouldBeTrue("'lastModified' in document");