Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / html / imports / import-normalize-resolve-4.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 // root=[L(i0),L(i9),L(ia)] -> i0=[e01,L(i1),e17] -> i1=[e02,L(i2),e16] -> i2=[e03,L(i3),e09,L(i6),e15] -> i3=[e04,L(i4),e08] -> i4=[e05,L(i5),e07] -> i5=[e06]
6 //                                                                                                      -> i6=[e10,L(i7),e14] -> i7=[e11,L(i8),e13] -> i8=[e12]
7 //                          -> i9=[e18,L(i4),e19]
8 //                          -> ia=[e20,L(i7),e21]
9 var proto = Object.create(HTMLElement.prototype);
10 proto.createdCallback = function() { console.log(this.getAttribute('name')); };
11 document.registerElement('order-test', {prototype: proto});
12 </script>
13 <link rel="import" href="resources/nr4-i0.html">
14 <link rel="import" href="resources/nr4-i9.html">
15 <link rel="import" href="resources/nr4-ia.html">
16 <script>
17 if (window.testRunner)
18     window.testRunner.dumpAsText();
19 </script>
20 </head>
21 </html>