|
5248 | 5248 | | `imageRendering=(null)`| (initial)| `<null>` |
|
5249 | 5249 | | `imageRendering=(undefined)`| (initial)| `<null>` |
|
5250 | 5250 |
|
| 5251 | +## `imageSizes` (on `<link>` inside `<div>`) |
| 5252 | +| Test Case | Flags | Result | |
| 5253 | +| --- | --- | --- | |
| 5254 | +| `imageSizes=(string)`| (changed)| `"a string"` | |
| 5255 | +| `imageSizes=(empty string)`| (initial)| `<empty string>` | |
| 5256 | +| `imageSizes=(array with string)`| (changed)| `"string"` | |
| 5257 | +| `imageSizes=(empty array)`| (initial)| `<empty string>` | |
| 5258 | +| `imageSizes=(object)`| (changed)| `"result of toString()"` | |
| 5259 | +| `imageSizes=(numeric string)`| (changed)| `"42"` | |
| 5260 | +| `imageSizes=(-1)`| (changed)| `"-1"` | |
| 5261 | +| `imageSizes=(0)`| (changed)| `"0"` | |
| 5262 | +| `imageSizes=(integer)`| (changed)| `"1"` | |
| 5263 | +| `imageSizes=(NaN)`| (changed, warning)| `"NaN"` | |
| 5264 | +| `imageSizes=(float)`| (changed)| `"99.99"` | |
| 5265 | +| `imageSizes=(true)`| (initial, warning)| `<empty string>` | |
| 5266 | +| `imageSizes=(false)`| (initial, warning)| `<empty string>` | |
| 5267 | +| `imageSizes=(string 'true')`| (changed)| `"true"` | |
| 5268 | +| `imageSizes=(string 'false')`| (changed)| `"false"` | |
| 5269 | +| `imageSizes=(string 'on')`| (changed)| `"on"` | |
| 5270 | +| `imageSizes=(string 'off')`| (changed)| `"off"` | |
| 5271 | +| `imageSizes=(symbol)`| (initial, warning)| `<empty string>` | |
| 5272 | +| `imageSizes=(function)`| (initial, warning)| `<empty string>` | |
| 5273 | +| `imageSizes=(null)`| (initial)| `<empty string>` | |
| 5274 | +| `imageSizes=(undefined)`| (initial)| `<empty string>` | |
| 5275 | + |
5251 | 5276 | ## `imageSrcSet` (on `<link>` inside `<div>`)
|
5252 | 5277 | | Test Case | Flags | Result |
|
5253 | 5278 | | --- | --- | --- |
|
|
0 commit comments