blob: 6630c04ed37f415c406a15195340eb88f6ce0b31 [file] [log] [blame]
This test checks that an input element that doesn't validate and an invalid input don't share style.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.defaultView.getComputedStyle(v[0], null).getPropertyValue('background-color') is 'rgb(0, 0, 255)'
PASS document.defaultView.getComputedStyle(v[1], null).getPropertyValue('background-color') is 'rgb(0, 255, 0)'
PASS successfullyParsed is true
TEST COMPLETE