summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/pseudo-default-003-expected.txt
blob: 6c33fd4de8997723cfcef240371ccd22f5650464 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
This test performs a check for the :default CSS selector on multiple submit buttons, part 2.

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