Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / pseudo-invalid-novalidate-001-expected.txt
blobb746a98b0a9dfd79d667a66ae65f60fd923559d6
1 This test checks that an input element that doesn't validate and an invalid input don't share style.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6  
7 PASS document.defaultView.getComputedStyle(v[0], null).getPropertyValue('background-color') is 'rgb(0, 0, 255)'
8 PASS document.defaultView.getComputedStyle(v[1], null).getPropertyValue('background-color') is 'rgb(0, 255, 0)'
9 PASS successfullyParsed is true
11 TEST COMPLETE