| OLD | NEW |
| 1 Series of tests to validate behavior of getting/setting link.disabled and link.s
heet.disabled. | 1 Series of tests to validate behavior of getting/setting link.disabled and link.s
heet.disabled. |
| 2 Test for bug 61400: REGRESSION(84329): Stylesheets on some pages do not load | 2 Test for bug 61400: REGRESSION(84329): Stylesheets on some pages do not load |
| 3 | 3 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 | 5 |
| 6 | 6 |
| 7 notsheet | 7 notsheet |
| 8 PASS link.sheet is null | 8 PASS link.sheet is null |
| 9 FAIL link.disabled should be false. Was true. | 9 FAIL link.disabled should be false. Was true. |
| 10 sheet | 10 sheet |
| 11 PASS link.sheet is non-null. | 11 PASS link.sheet is non-null. |
| 12 FAIL link.disabled should be true. Was false. | 12 FAIL link.disabled should be true. Was false. |
| 13 PASS link.sheet.disabled is true | 13 PASS link.sheet.disabled is true |
| 14 PASS getComputedStyle(testElement).textDecoration is "none" | 14 PASS getComputedStyle(testElement).textDecoration is "none solid rgb(0, 0, 0)" |
| 15 PASS link.disabled is false | 15 PASS link.disabled is false |
| 16 FAIL link.sheet.disabled should be false. Was true. | 16 FAIL link.sheet.disabled should be false. Was true. |
| 17 FAIL getComputedStyle(testElement).textDecoration should be line-through. Was no
ne. | 17 FAIL getComputedStyle(testElement).textDecoration should be line-through. Was no
ne solid rgb(0, 0, 0). |
| 18 altsheet | 18 altsheet |
| 19 FAIL link.disabled should be true. Was false. | 19 FAIL link.disabled should be true. Was false. |
| 20 PASS link.sheet is non-null. | 20 PASS link.sheet is non-null. |
| 21 FAIL getComputedStyle(testElement).backgroundColor should be rgb(0, 128, 0). Was
rgba(0, 0, 0, 0). | 21 FAIL getComputedStyle(testElement).backgroundColor should be rgb(0, 128, 0). Was
rgba(0, 0, 0, 0). |
| 22 FAIL link.disabled should be true. Was false. | 22 FAIL link.disabled should be true. Was false. |
| 23 PASS getComputedStyle(testElement).backgroundColor is originalBG | 23 PASS getComputedStyle(testElement).backgroundColor is originalBG |
| 24 PASS link.disabled is false | 24 PASS link.disabled is false |
| 25 FAIL getComputedStyle(testElement).backgroundColor should be rgb(0, 128, 0). Was
rgba(0, 0, 0, 0). | 25 FAIL getComputedStyle(testElement).backgroundColor should be rgb(0, 128, 0). Was
rgba(0, 0, 0, 0). |
| 26 PASS getComputedStyle(testElement).backgroundColor is originalBG | 26 PASS getComputedStyle(testElement).backgroundColor is originalBG |
| 27 PASS successfullyParsed is true | 27 PASS successfullyParsed is true |
| 28 | 28 |
| 29 TEST COMPLETE | 29 TEST COMPLETE |
| 30 | 30 |
| OLD | NEW |