playwright/packages/trace-viewer
Dmitry Gozman 740472ce8f
fix(trace viewer): retain currentSrc of all images (#26841)
When `<source>` or `srcset=` are involved, the actual image src is
determinted at runtime based on factors like `devicePixelRatio` and
media queries that depend on width/height.

Since these factors may differ in the Trace Viewer itself, we should
preserve the `currentSrc`, use it as an actual `src`, and disable
various `<source>` and `srcset=`.
2023-09-05 12:48:07 -07:00
..
public chore: use SVG icons for web apps (#26564) 2023-08-21 18:33:02 +02:00
src fix(trace viewer): retain currentSrc of all images (#26841) 2023-09-05 12:48:07 -07:00
.gitignore fix(debug): do not pause on internal calls, update ct docs (#14018) 2022-05-07 19:56:25 -07:00
bundle.js chore: implement pick locator in trace viewer (#20965) 2023-02-17 11:19:53 -08:00
index.html chore: use SVG icons for web apps (#26564) 2023-08-21 18:33:02 +02:00
package.json chore(tv): render error in-line (#21586) 2023-03-10 16:22:19 -08:00
snapshot.html chore: rename popout.html to snapshot.html in trace viewer (#23842) 2023-06-21 21:10:50 +02:00
tsconfig.json chore: introduce testInfo.testId (#21670) 2023-03-14 15:58:55 -07:00
tsconfig.node.json chore: migrate trace-viewer and recorder to vite (#13076) 2022-03-25 14:12:00 -07:00
uiMode.html chore: use SVG icons for web apps (#26564) 2023-08-21 18:33:02 +02:00
vite.config.ts chore: remove old webpack folder structure (#26560) 2023-08-19 16:16:44 -07:00
vite.sw.config.ts chore: remove old webpack folder structure (#26560) 2023-08-19 16:16:44 -07:00