| Index: LayoutTests/http/tests/htmlimports/resources/normalize-test-helper.js
|
| diff --git a/LayoutTests/http/tests/htmlimports/resources/normalize-test-helper.js b/LayoutTests/http/tests/htmlimports/resources/normalize-test-helper.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1da8f65abfb61bca62f6dcf75bc28abf94a9b715
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/htmlimports/resources/normalize-test-helper.js
|
| @@ -0,0 +1,9 @@
|
| +
|
| +var importedDocumentList = [];
|
| +
|
| +function recordImported()
|
| +{
|
| + var url = document.currentScript.ownerDocument.URL;
|
| + var name = url.substr(url.lastIndexOf('/') + 1);
|
| + importedDocumentList.push(name);
|
| +}
|
|
|