| OLD | NEW |
| 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| 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 <style type="text/css"> | 5 <style type="text/css"> |
| 7 input { | 6 input { |
| 8 background:rgb(255,255,100); | 7 background:rgb(255,255,100); |
| 9 } | 8 } |
| 10 input:disabled { | 9 input:disabled { |
| 11 background:rgb(255,0,0); | 10 background:rgb(255,0,0); |
| 12 } | 11 } |
| 13 </style> | 12 </style> |
| 14 </head> | 13 </head> |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 | 293 |
| 295 document.body.removeChild(document.getElementsByTagName('form')[0]); | 294 document.body.removeChild(document.getElementsByTagName('form')[0]); |
| 296 document.body.removeChild(fieldSet); | 295 document.body.removeChild(fieldSet); |
| 297 document.body.removeChild(outerFieldSet); | 296 document.body.removeChild(outerFieldSet); |
| 298 document.body.removeChild(legendFieldSet); | 297 document.body.removeChild(legendFieldSet); |
| 299 var successfullyParsed = true; | 298 var successfullyParsed = true; |
| 300 </script> | 299 </script> |
| 301 | 300 |
| 302 </body> | 301 </body> |
| 303 </html> | 302 </html> |
| OLD | NEW |