Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / pseudo-default-002-expected.txt
blob67b4ba6f8fb35554a545cdd0db8fd946e51504bc
1 This test performs a check for the :default CSS selector on multiple submit buttons.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6   Submit
7 PASS document.defaultView.getComputedStyle(v[0], null).getPropertyValue('background-color') is 'rgb(0, 255, 0)'
8 PASS document.defaultView.getComputedStyle(v[i], null).getPropertyValue('background-color') is 'rgb(255, 0, 0)'
9 PASS document.defaultView.getComputedStyle(v[i], null).getPropertyValue('background-color') is 'rgb(255, 0, 0)'
10 PASS successfullyParsed is true
12 TEST COMPLETE