Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / getComputedStyle / getComputedStyle-with-before-element-expected.txt
blobfe3b6caa5f56da859092cdcbd163456c1c7160e9
1 Check getComputedStyle for ::before with various combinations of display and content.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS computed.color is 'rgb(0, 128, 0)'
7 PASS computed.display is 'inline'
8 PASS computed.color is 'rgb(0, 128, 0)'
9 PASS computed.display is 'none'
10 PASS computed.color is 'rgb(0, 128, 0)'
11 PASS computed.display is 'none'
12 PASS computed.color is 'rgb(0, 128, 0)'
13 PASS computed.display is 'inline'
14 PASS computed.color is 'rgb(0, 128, 0)'
15 PASS computed.display is 'inline'
16 PASS computed.color is 'rgb(0, 128, 0)'
17 PASS computed.display is 'inline'
18 PASS successfullyParsed is true
20 TEST COMPLETE