@@ -247,6 +247,7 @@ describe("misc", () => {
247
247
shadowColor : "#fff" ,
248
248
shadowOffset : { height : 20 , width : 10 } ,
249
249
shadowRadius : 30 ,
250
+ shadowOpacity : 1 ,
250
251
} ,
251
252
container : {
252
253
paddingBottom : 30 ,
@@ -1181,6 +1182,7 @@ describe("box-shadow", () => {
1181
1182
shadowOffset : { width : 10 , height : 20 } ,
1182
1183
shadowRadius : 30 ,
1183
1184
shadowColor : "red" ,
1185
+ shadowOpacity : 1 ,
1184
1186
} ,
1185
1187
} ) ;
1186
1188
expect (
@@ -1194,6 +1196,7 @@ describe("box-shadow", () => {
1194
1196
shadowOffset : { width : 10 , height : 20 } ,
1195
1197
shadowRadius : 30 ,
1196
1198
shadowColor : "#f00" ,
1199
+ shadowOpacity : 1 ,
1197
1200
} ,
1198
1201
} ) ;
1199
1202
} ) ;
@@ -1210,6 +1213,7 @@ describe("box-shadow", () => {
1210
1213
shadowOffset : { width : 10 , height : 20 } ,
1211
1214
shadowRadius : 30 ,
1212
1215
shadowColor : "rgb(100, 100, 100)" ,
1216
+ shadowOpacity : 1 ,
1213
1217
} ,
1214
1218
} ) ;
1215
1219
} ) ;
@@ -1226,6 +1230,7 @@ describe("box-shadow", () => {
1226
1230
shadowOffset : { width : 10 , height : 20 } ,
1227
1231
shadowRadius : 30 ,
1228
1232
shadowColor : "rgba(100, 100, 100, 0.5)" ,
1233
+ shadowOpacity : 1 ,
1229
1234
} ,
1230
1235
} ) ;
1231
1236
} ) ;
@@ -1242,6 +1247,7 @@ describe("box-shadow", () => {
1242
1247
shadowOffset : { width : 10 , height : 20 } ,
1243
1248
shadowRadius : 30 ,
1244
1249
shadowColor : "#f00" ,
1250
+ shadowOpacity : 1 ,
1245
1251
} ,
1246
1252
} ) ;
1247
1253
} ) ;
@@ -1258,6 +1264,7 @@ describe("box-shadow", () => {
1258
1264
shadowOffset : { width : 0 , height : 0 } ,
1259
1265
shadowRadius : 1 ,
1260
1266
shadowColor : "red" ,
1267
+ shadowOpacity : 1 ,
1261
1268
} ,
1262
1269
} ) ;
1263
1270
expect (
@@ -1271,6 +1278,7 @@ describe("box-shadow", () => {
1271
1278
shadowOffset : { width : 0 , height : 0 } ,
1272
1279
shadowRadius : 0 ,
1273
1280
shadowColor : "red" ,
1281
+ shadowOpacity : 1 ,
1274
1282
} ,
1275
1283
} ) ;
1276
1284
expect (
@@ -1284,6 +1292,7 @@ describe("box-shadow", () => {
1284
1292
shadowOffset : { width : 1 , height : 1 } ,
1285
1293
shadowRadius : 0 ,
1286
1294
shadowColor : "#00f" ,
1295
+ shadowOpacity : 1 ,
1287
1296
} ,
1288
1297
} ) ;
1289
1298
} ) ;
@@ -1300,6 +1309,7 @@ describe("box-shadow", () => {
1300
1309
shadowOffset : { width : 10 , height : 20 } ,
1301
1310
shadowRadius : 0 ,
1302
1311
shadowColor : "red" ,
1312
+ shadowOpacity : 1 ,
1303
1313
} ,
1304
1314
} ) ;
1305
1315
} ) ;
@@ -1316,6 +1326,7 @@ describe("box-shadow", () => {
1316
1326
shadowOffset : { width : 10 , height : 20 } ,
1317
1327
shadowRadius : 30 ,
1318
1328
shadowColor : "black" ,
1329
+ shadowOpacity : 1 ,
1319
1330
} ,
1320
1331
} ) ;
1321
1332
} ) ;
@@ -1332,6 +1343,7 @@ describe("box-shadow", () => {
1332
1343
shadowOffset : { width : 10 , height : 20 } ,
1333
1344
shadowRadius : 0 ,
1334
1345
shadowColor : "black" ,
1346
+ shadowOpacity : 1 ,
1335
1347
} ,
1336
1348
} ) ;
1337
1349
} ) ;
@@ -1425,6 +1437,7 @@ describe("rem unit", () => {
1425
1437
shadowColor : "#fff" ,
1426
1438
shadowOffset : { height : 32 , width : 16 } ,
1427
1439
shadowRadius : 48 ,
1440
+ shadowOpacity : 1 ,
1428
1441
} ,
1429
1442
} ) ;
1430
1443
} ) ;
0 commit comments