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