| OLD | NEW |
| 1 | 1 |
| 2 <!DOCTYPE html> | 2 <!DOCTYPE html> |
| 3 <html> | 3 <html> |
| 4 <head> | 4 <head> |
| 5 <script src="../fast/js/resources/js-test-pre.js"></script> | 5 <script src="../fast/js/resources/js-test-pre.js"></script> |
| 6 </head> | 6 </head> |
| 7 <body> | 7 <body> |
| 8 | 8 |
| 9 <p id="description"></p> | 9 <p id="description"></p> |
| 10 <div id="console"></div> | 10 <div id="console"></div> |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 labelShadow.appendChild(shadow); | 33 labelShadow.appendChild(shadow); |
| 34 | 34 |
| 35 select.focus(); | 35 select.focus(); |
| 36 | 36 |
| 37 document.body.removeChild(label); | 37 document.body.removeChild(label); |
| 38 | 38 |
| 39 </script> | 39 </script> |
| 40 <script src="../fast/js/resources/js-test-post.js"></script> | 40 <script src="../fast/js/resources/js-test-post.js"></script> |
| 41 </body> | 41 </body> |
| 42 </html> | 42 </html> |
| OLD | NEW |