Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / link-disabled-attr-expected.txt
blob887d2abbc3a39ccc8aaea374fd2b71164d278734
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
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
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 solid rgb(0, 0, 0)"
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 solid rgb(0, 0, 0).
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
29 TEST COMPLETE