| Index: third_party/WebKit/LayoutTests/transitions/multiple-shadow-transitions.html
|
| diff --git a/third_party/WebKit/LayoutTests/transitions/multiple-shadow-transitions.html b/third_party/WebKit/LayoutTests/transitions/multiple-shadow-transitions.html
|
| index 0a8825d41a5e182263a0f45cbb9c203e1a325ef2..1237ccacf00ac0d5bbabb96f7fdd29ddc5266a62 100644
|
| --- a/third_party/WebKit/LayoutTests/transitions/multiple-shadow-transitions.html
|
| +++ b/third_party/WebKit/LayoutTests/transitions/multiple-shadow-transitions.html
|
| @@ -54,8 +54,8 @@
|
| const expectedValues = [
|
| // [time, element-id, property, expected-value, tolerance]
|
| [0.5, 'box', 'box-shadow', 'rgb(255, 0, 0) 0px 0px 10px 0px, rgb(0, 0, 255) 0px 0px 10px 0px', 4],
|
| - [0.5, 'box2', 'box-shadow', 'rgb(255, 0, 0) 0px -20px 10px 0px, rgb(128, 0, 128) 0px 0px 10px 0px', 4],
|
| - [0.5, 'box3', 'box-shadow', 'rgb(128, 0, 128) 0px 0px 10px 0px, rgb(0, 0, 255) 0px 20px 10px 0px', 4],
|
| + [0.5, 'box2', 'box-shadow', 'rgb(255, 0, 0) 0px -20px 10px 0px, rgba(0, 0, 255, 0.5) 0px 10px 5px 0px', 4],
|
| + [0.5, 'box3', 'box-shadow', 'rgb(128, 0, 128) 0px 0px 10px 0px, rgba(0, 0, 255, 0.5) 0px 10px 5px 0px', 4],
|
| ];
|
|
|
| function setupTest()
|
|
|