summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/js/script-tests/lastModified.js
blob: bc0acf57aae002012f680f823c9b8738c3c8bd05 (plain)
1
2
3
4
5
description(
"This test verifies that the lastModified property exists on the document object."
);

shouldBeTrue("'lastModified' in document");