Skip to content

Commit

Permalink
yarn update:sample-artifacts ImageElements plus v minor handtweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Feb 10, 2021
1 parent fea8885 commit dc7f4a0
Showing 1 changed file with 26 additions and 4 deletions.
30 changes: 26 additions & 4 deletions lighthouse-core/test/results/artifacts/artifacts.json
Original file line number Diff line number Diff line change
Expand Up @@ -1214,6 +1214,8 @@
"nodeLabel": "img"
},
"mimeType": "image/jpeg",
"cssWidth": "120px",
"cssHeight": "15px",
"cssSizing": {
"width": "120px",
"height": "15px"
Expand Down Expand Up @@ -1257,6 +1259,8 @@
"nodeLabel": "img"
},
"mimeType": "image/jpeg",
"cssWidth": "120px",
"cssHeight": "80px",
"cssSizing": {
"width": "120px",
"height": "80px"
Expand Down Expand Up @@ -1300,6 +1304,8 @@
"nodeLabel": "img"
},
"mimeType": "image/jpeg",
"cssWidth": "4800px",
"cssHeight": "3180px",
"cssSizing": {
"width": "4800px",
"height": "3180px"
Expand Down Expand Up @@ -1343,6 +1349,8 @@
"nodeLabel": "img"
},
"mimeType": "image/jpeg",
"cssWidth": "120px",
"cssHeight": "80px",
"cssSizing": {
"width": "120px",
"height": "80px"
Expand Down Expand Up @@ -1386,6 +1394,8 @@
"nodeLabel": "img"
},
"mimeType": "image/jpeg",
"cssWidth": "960px",
"cssHeight": "636px",
"cssSizing": {
"width": "960px",
"height": "636px"
Expand All @@ -1402,8 +1412,6 @@
"left": 252,
"right": 1212
},
"naturalWidth": 480,
"naturalHeight": 318,
"attributeWidth": "960",
"attributeHeight": "636",
"cssComputedPosition": "absolute",
Expand All @@ -1425,14 +1433,18 @@
"width": 960,
"height": 636
},
"snippet": "<img src=\"lighthouse-480x318.jpg?isr4\" srcset=\"lighthouse-480x318.jpg 2x\" width=\"960\" height=\"636\" style=\"position: absolute;\">",
"snippet": "<img src=\"http://localhost:10200/dobetterweb/lighthouse-480x318.jpg\" srcset=\"lighthouse-480x318.jpg 2x\" width=\"960\" height=\"636\" style=\"position: absolute;\">",
"nodeLabel": "img"
},
"mimeType": "image/jpeg",
"cssWidth": "960px",
"cssHeight": "636px",
"cssSizing": {
"width": "960px",
"height": "636px"
}
},
"naturalWidth": 480,
"naturalHeight": 318
},
{
"src": "http://localhost:10200/dobetterweb/lighthouse-rotating.gif",
Expand Down Expand Up @@ -1472,6 +1484,8 @@
"nodeLabel": "img"
},
"mimeType": "image/gif",
"cssWidth": "811px",
"cssHeight": "462px",
"cssSizing": {
"width": "811px",
"height": "462px"
Expand Down Expand Up @@ -1513,6 +1527,10 @@
},
"snippet": "<img src=\"blob:http://localhost:10200/822c70a0-b912-41c7-9a21-56c3d309e75b\">",
"nodeLabel": "img"
},
"cssSizing": {
"width": null,
"height": null
}
},
{
Expand Down Expand Up @@ -1551,6 +1569,10 @@
},
"snippet": "<img src=\"filesystem:http://localhost:10200/temporary/empty-0.8423185960902964.png\">",
"nodeLabel": "img"
},
"cssSizing": {
"width": null,
"height": null
}
}
],
Expand Down

0 comments on commit dc7f4a0

Please sign in to comment.