| Index: LayoutTests/http/tests/htmlimports/import-normalize-312.html
|
| diff --git a/LayoutTests/http/tests/htmlimports/import-normalize-312.html b/LayoutTests/http/tests/htmlimports/import-normalize-312.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4b794a1d6ed907fc7a7900c387158072f7e0a196
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/htmlimports/import-normalize-312.html
|
| @@ -0,0 +1,18 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| +<script src="../../../resources/testharness.js"></script>
|
| +<script src="../../../resources/testharnessreport.js"></script>
|
| +<script src="resources/normalize-test-helper.js"></script>
|
| +<link rel="import" href="resources/normalize-child-3.html">
|
| +<link rel="import" href="resources/normalize-child-1.cgi">
|
| +<link rel="import" href="resources/normalize-child-2.html">
|
| +</head>
|
| +<body>
|
| +<script>
|
| +test(function() {
|
| + assert_array_equals(importedDocumentList, ['normalize-child-4.html', 'normalize-child-3.html', 'normalize-child-2.html', 'normalize-child-1.cgi']);
|
| +}, 'Imports are evaluated in dependency order regardeless of the availability order.');
|
| +</script>
|
| +</body>
|
| +</html>
|
|
|