Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / htmlimports / import-normalize-321.html
blobd4208029e4d7573f92f96c40949423c2da23e1e8
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', '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>