| Index: third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-redistribution-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-redistribution-expected.txt b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-redistribution-expected.txt
|
| index cbf17cf376ea916863580181d9724c57f17740c1..e6ef0b8d3bb3246fc14acf5e65db6a6de99c3436 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-redistribution-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-redistribution-expected.txt
|
| @@ -3,10 +3,10 @@ Check that getComputedStyle causes a shadow re-distribution when necessary.
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS getComputedStyle(d1).color is red
|
| +PASS getComputedStyle(d1).color is white
|
| PASS getComputedStyle(d2).color is green
|
| PASS getComputedStyle(d1).color is green
|
| -PASS getComputedStyle(d2).color is red
|
| +PASS getComputedStyle(d2).color is white
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|