Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / link-disabled-attr-parser-expected.txt
blob44bee77a22c6420eb13f07e8dfd43c3e50bc5cc0
1 Adding the 'disabled' attribute to a link element causes it to disable its stylesheet
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS getComputedStyle(testDiv).backgroundColor is "rgb(255, 0, 0)"
7 PASS disabledLink.disabled is true
8 PASS successfullyParsed is true
10 TEST COMPLETE