Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / html / disable-style-element-expected.txt
bloba982b0aa3b56f4618c48dbd6625a3b58ea92301c
1 Test the disabled property on a style element.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS styleElement.disabled is false
7 PASS window.getComputedStyle(testElement).color is "rgb(0, 128, 0)"
8 PASS styleElement.disabled is true
9 PASS window.getComputedStyle(testElement).color is "rgb(255, 0, 0)"
10 PASS styleElement.sheet.disabled is true
11 PASS styleElement.sheet.disabled is false
12 PASS styleElement.disabled is false
13 PASS window.getComputedStyle(testElement).color is "rgb(0, 128, 0)"
14 PASS newStyleElement.disabled is false
15 PASS newStyleElement.disabled is false
16 PASS otherStyle.disabled is false
17 PASS otherStyle.disabled is false
18 PASS successfullyParsed is true
20 TEST COMPLETE