Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / htmlimports / import-normalize-231.html
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-2.html">
8 <link rel="import" href="resources/normalize-child-3.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', 'normalize-child-3.html', 'normalize-child-2.html', 'normalize-child-1.cgi']);
15 }, 'Imports are evaluated in dependency order regardeless of the availability order.');
16 </script>
17 </body>
18 </html>