| Index: LayoutTests/transitions/mismatched-shadow-transitions.html
|
| diff --git a/LayoutTests/transitions/mismatched-shadow-transitions.html b/LayoutTests/transitions/mismatched-shadow-transitions.html
|
| index 3251a853fa59d1d813ba2581c7277c7eac7ab0fc..4df7e343ad2feeaf260f2659c310edf0a38a12eb 100644
|
| --- a/LayoutTests/transitions/mismatched-shadow-transitions.html
|
| +++ b/LayoutTests/transitions/mismatched-shadow-transitions.html
|
| @@ -30,7 +30,7 @@
|
|
|
| const expectedValues = [
|
| // [time, element-id, property, expected-value, tolerance]
|
| - [0.5, 'box', 'box-shadow', [15, 15, 5, 5], 4],
|
| + [0.5, 'box', 'box-shadow', "rgb(128, 128, 128) 15px 15px 4px 0px inset, rgba(0, 0, 0, 0.5) 5px 5px 3px 0px", 4],
|
| ];
|
|
|
| function setupTest()
|
|
|