| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css"> | |
| 5 <script src="../../../fast/js/resources/js-test-pre.js"></script> | 4 <script src="../../../fast/js/resources/js-test-pre.js"></script> |
| 6 </head> | 5 </head> |
| 7 <body> | 6 <body> |
| 8 <p id="description"></p> | 7 <p id="description"></p> |
| 9 <div id="console"></div> | 8 <div id="console"></div> |
| 10 <script src="../script-tests/custom-filter-parsing-common.js"></script> | 9 <script src="../script-tests/custom-filter-parsing-common.js"></script> |
| 11 <script src="script-tests/parsing-src-property-valid.js"></script> | 10 <script src="script-tests/parsing-src-property-valid.js"></script> |
| 12 </body> | 11 </body> |
| 13 </html> | 12 </html> |
| OLD | NEW |