| OLD | NEW |
| 1 This test checks HTMLLinkElement disabled conforms to HTML5 spec for the bug id
#45425 . | 1 This test checks HTMLLinkElement disabled conforms to HTML5 spec for the bug id
#45425 . |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS test.disabled is false | 6 PASS test.disabled is false |
| 7 PASS test.disabled is true | 7 PASS test.disabled is true |
| 8 FAIL test.sheet.disabled should be true. Was false. | 8 PASS test.sheet.disabled is true |
| 9 PASS test.sheet.disabled is false | 9 PASS test.sheet.disabled is false |
| 10 FAIL test.disabled should be false. Was true. | 10 FAIL test.disabled should be false. Was true. |
| 11 | 11 |
| 12 | 12 |
| 13 PASS test_nostyle.sheet is null | 13 PASS test_nostyle.sheet is null |
| 14 PASS test_nostyle.disabled is false | 14 PASS test_nostyle.disabled is false |
| 15 FAIL test_nostyle.disabled should be false. Was true. | 15 FAIL test_nostyle.disabled should be false. Was true. |
| 16 PASS successfullyParsed is true | 16 PASS successfullyParsed is true |
| 17 | 17 |
| 18 TEST COMPLETE | 18 TEST COMPLETE |
| 19 | 19 |
| OLD | NEW |