blob: 38b4d73ff4b67bf49ca91ed84a5722a03caf24ea [file] [log] [blame]
This test performs a check for the :default CSS selector on multiple submit buttons.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Submit
PASS document.defaultView.getComputedStyle(v[0], null).getPropertyValue('background-color') is 'rgb(0, 255, 0)'
PASS document.defaultView.getComputedStyle(v[i], null).getPropertyValue('background-color') is 'rgb(255, 0, 0)'
PASS document.defaultView.getComputedStyle(v[i], null).getPropertyValue('background-color') is 'rgb(255, 0, 0)'
PASS successfullyParsed is true
TEST COMPLETE