4 <script src=
"../../../resources/testharness.js"></script>
5 <script src=
"../../../resources/testharnessreport.js"></script>
6 <script src=
"resources/normalize-test-helper.js"></script>
7 <link rel=
"import" href=
"resources/normalize-child-3.html">
8 <link rel=
"import" href=
"resources/normalize-child-1.cgi">
9 <link rel=
"import" href=
"resources/normalize-child-2.html">
14 assert_array_equals(importedDocumentList
, ['normalize-child-4.html', 'normalize-child-3.html', 'normalize-child-2.html', 'normalize-child-1.cgi']);
15 }, 'Imports are evaluated in dependency order regardeless of the availability order.');