Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / getComputedStyle / computed-style-redistribution-expected.txt
blobcbf17cf376ea916863580181d9724c57f17740c1
1 Check that getComputedStyle causes a shadow re-distribution when necessary.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS getComputedStyle(d1).color is red
7 PASS getComputedStyle(d2).color is green
8 PASS getComputedStyle(d1).color is green
9 PASS getComputedStyle(d2).color is red
10 PASS successfullyParsed is true
12 TEST COMPLETE