| 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"> | 4 <link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css"> |
| 5 <script src="../../../fast/js/resources/js-test-pre.js"></script> | 5 <script src="../../../fast/js/resources/js-test-pre.js"></script> |
| 6 <style type="text/css"> | 6 <style type="text/css"> |
| 7 input { | 7 input { |
| 8 background:rgb(255,255,100); | 8 background:rgb(255,255,100); |
| 9 } | 9 } |
| 10 input:disabled { | 10 input:disabled { |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 shouldBe('insertedLegendTextInput.value', '"JJJK"'); | 291 shouldBe('insertedLegendTextInput.value', '"JJJK"'); |
| 292 shouldBe('firstLegendTextInput.value', '"IIK"'); | 292 shouldBe('firstLegendTextInput.value', '"IIK"'); |
| 293 shouldBe('secondLegendTextInput.value', '"K"'); | 293 shouldBe('secondLegendTextInput.value', '"K"'); |
| 294 | 294 |
| 295 document.body.removeChild(document.getElementsByTagName('form')[0]); | 295 document.body.removeChild(document.getElementsByTagName('form')[0]); |
| 296 document.body.removeChild(fieldSet); | 296 document.body.removeChild(fieldSet); |
| 297 document.body.removeChild(outerFieldSet); | 297 document.body.removeChild(outerFieldSet); |
| 298 document.body.removeChild(legendFieldSet); | 298 document.body.removeChild(legendFieldSet); |
| 299 var successfullyParsed = true; | 299 var successfullyParsed = true; |
| 300 </script> | 300 </script> |
| 301 <script src="../../../fast/js/resources/js-test-post.js"></script> | |
| 302 | 301 |
| 303 </body> | 302 </body> |
| 304 </html> | 303 </html> |
| OLD | NEW |