Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / htmlimports / resources / normalize-test-helper.js
1
2 var importedDocumentList = [];
3
4 function recordImported()
5 {
6     var url = document.currentScript.ownerDocument.URL;
7     var name = url.substr(url.lastIndexOf('/') + 1);
8     importedDocumentList.push(name);
9 }