tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / fast / css / link-disabled-attr-expected.txt
1 Series of tests to validate behavior of getting/setting link.disabled and link.sheet.disabled.
2 Test for bug 61400: REGRESSION(84329): Stylesheets on some pages do not load
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5
6
7 notsheet
8 PASS link.sheet is null
9 FAIL link.disabled should be false. Was true.
10 sheet
11 PASS link.sheet is non-null.
12 FAIL link.disabled should be true. Was false.
13 PASS link.sheet.disabled is true
14 PASS getComputedStyle(testElement).textDecoration is "none"
15 PASS link.disabled is false
16 FAIL link.sheet.disabled should be false. Was true.
17 FAIL getComputedStyle(testElement).textDecoration should be line-through. Was none.
18 altsheet
19 FAIL link.disabled should be true. Was false.
20 PASS link.sheet is non-null.
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.
23 PASS getComputedStyle(testElement).backgroundColor is originalBG
24 PASS link.disabled is false
25 FAIL getComputedStyle(testElement).backgroundColor should be rgb(0, 128, 0). Was rgba(0, 0, 0, 0).
26 PASS getComputedStyle(testElement).backgroundColor is originalBG
27 PASS successfullyParsed is true
28
29 TEST COMPLETE
30