| OLD | NEW |
| (Empty) | |
| 1 <!DOCTYPE html> |
| 2 <html> |
| 3 <head> |
| 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-2.html"> |
| 9 <link rel="import" href="resources/normalize-child-1.cgi"> |
| 10 </head> |
| 11 <body> |
| 12 <script> |
| 13 test(function() { |
| 14 assert_array_equals(importedDocumentList, ['normalize-child-4.html', 'normal
ize-child-3.html', 'normalize-child-2.html', 'normalize-child-1.cgi']); |
| 15 }, 'Imports are evaluated in dependency order regardeless of the availability or
der.'); |
| 16 </script> |
| 17 </body> |
| 18 </html> |
| OLD | NEW |