Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / html / imports / import-normalize-resolve-2.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 // root=[L(i1),L(i6),L(i7)] -> i0=[E01,L(i1),E11] -> i1=[E02,L(i2),E10] -> i2=[E03,L(i3),E09] -> i3=[E04,L(i4),E08] -> i4=[E05,L(i5),E07] -> i5=[E06]
6 //                          -> i6=[E12,L(i3),E13]
7 //                          -> i7=[E14,L(i4),E15]
8 var proto = Object.create(HTMLElement.prototype);
9 proto.createdCallback = function() { console.log(this.getAttribute('name')); };
10 document.registerElement('order-test', {prototype: proto});
11 </script>
12 <link rel="import" href="resources/nr2-i0.html">
13 <link rel="import" href="resources/nr2-i6.html">
14 <link rel="import" href="resources/nr2-i7.html">
15 <script>
16 if (window.testRunner)
17     window.testRunner.dumpAsText();
18 </script>
19 </head>
20 </html>