@@ -226,7 +226,7 @@ Coverage. Image
226
226
.
227
227

228
228
.
229
- <p><img src="x" alt="test" width="100" height="200" style="width: 100px; aspect-ratio: 100 / 200; height: auto;"></p>
229
+ <p><img src="x" alt="test" width="100" height="200" style="width: 100px;aspect-ratio: 100 / 200;height: auto;"></p>
230
230
.
231
231
.
232
232

@@ -246,7 +246,7 @@ Coverage. Image
246
246
.
247
247

248
248
.
249
- <p><img src="x" alt="test" title="title" width="100" height="200" style="width: 100px; aspect-ratio: 100 / 200; height: auto;"></p>
249
+ <p><img src="x" alt="test" title="title" width="100" height="200" style="width: 100px;aspect-ratio: 100 / 200;height: auto;"></p>
250
250
.
251
251
.
252
252

@@ -266,7 +266,7 @@ Coverage. Image
266
266
.
267
267

268
268
.
269
- <p><img src="http://this.is.test.jpg" alt="test" width="100" height="200" style="width: 100px; aspect-ratio: 100 / 200; height: auto;"></p>
269
+ <p><img src="http://this.is.test.jpg" alt="test" width="100" height="200" style="width: 100px;aspect-ratio: 100 / 200;height: auto;"></p>
270
270
.
271
271
.
272
272

@@ -276,13 +276,33 @@ Coverage. Image
276
276
.
277
277

278
278
.
279
- <p><img src="x" alt="test" width="100" height="200" style="width: 100px; aspect-ratio: 100 / 200; height: auto;"></p>
279
+ <p><img src="x" alt="test" width="100" height="200" style="width: 100px;aspect-ratio: 100 / 200;height: auto;"></p>
280
280
.
281
281
.
282
282

283
283
.
284
284
<p><img src="test" alt="test" width="100%" style="width: 100%;"></p>
285
285
.
286
+ .
287
+ 
288
+ .
289
+ <p><img src="test" alt="test" height="100%" style="height: 100%;"></p>
290
+ .
291
+ .
292
+ 
293
+ .
294
+ <p><img src="test" alt="test" width="100%" height="100%" style="width: 100%;height: 100%;"></p>
295
+ .
296
+ .
297
+ 
298
+ .
299
+ <p><img src="test" alt="test" width="100%" height="200" style="width: 100%;height: 200px;"></p>
300
+ .
301
+ .
302
+ 
303
+ .
304
+ <p><img src="test" alt="test" width="100" height="100%" style="width: 100px;height: 100%;"></p>
305
+ .
286
306
287
307
Coverage. Link
288
308
.
0 commit comments