summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/link-disabled-attr-parser-expected.txt
blob: 44bee77a22c6420eb13f07e8dfd43c3e50bc5cc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
Adding the 'disabled' attribute to a link element causes it to disable its stylesheet

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS getComputedStyle(testDiv).backgroundColor is "rgb(255, 0, 0)"
PASS disabledLink.disabled is true
PASS successfullyParsed is true

TEST COMPLETE