blob: 9bc33739fd46a1fa5408221a911df89de6e88e25 [file] [log] [blame]
Tests read-write pseudo-class properties are not applied to disabled input and textarea elements
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS window.getComputedStyle(document.getElementById('inputdisabled'),null).getPropertyValue('background-color') is not "rgb(255, 0, 0)"
PASS window.getComputedStyle(document.getElementById('textareadisabled'),null).getPropertyValue('background-color') is not "rgb(255, 0, 0)"
PASS successfullyParsed is true
TEST COMPLETE