OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <script src="../../../js/resources/js-test-pre.js"></script> | 4 <script src="../../../js/resources/js-test-pre.js"></script> |
5 </head> | 5 </head> |
6 <body> | 6 <body> |
7 <div id="ancestor"><div id="child">hello world</div></div> | 7 <div id="ancestor"><div id="child">hello world</div></div> |
8 <script src="script-tests/getComputedStyle-text-align-last-inherited.js"></scr ipt> | 8 <script src="script-tests/getComputedStyle-text-justify-inherited.js"></script > |
Julien - ping for review
2013/07/15 22:05:47
It's much better to inline scripts for such simple
| |
9 <script src="../../../js/resources/js-test-post.js"></script> | 9 <script src="../../../js/resources/js-test-post.js"></script> |
10 </body> | 10 </body> |
11 </html> | 11 </html> |
OLD | NEW |