@chrome-devtools/integration-test-runner 1.20260419.0 → 1.20260503.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Images.js CHANGED
@@ -132,7 +132,6 @@ style.setProperty('--image-file-document', 'url(\"' + new URL(new URL('document.
132
132
  style.setProperty('--image-file-dog-paw', 'url(\"' + new URL(new URL('dog-paw.svg', import.meta.url).href).toString() + '\")');
133
133
  style.setProperty('--image-file-dom-detective-badge', 'url(\"' + new URL(new URL('dom-detective-badge.svg', import.meta.url).href).toString() + '\")');
134
134
  style.setProperty('--image-file-domain', 'url(\"' + new URL(new URL('domain.svg', import.meta.url).href).toString() + '\")');
135
- style.setProperty('--image-file-dots-circle', 'url(\"' + new URL(new URL('dots-circle.svg', import.meta.url).href).toString() + '\")');
136
135
  style.setProperty('--image-file-dots-horizontal', 'url(\"' + new URL(new URL('dots-horizontal.svg', import.meta.url).href).toString() + '\")');
137
136
  style.setProperty('--image-file-dots-vertical', 'url(\"' + new URL(new URL('dots-vertical.svg', import.meta.url).href).toString() + '\")');
138
137
  style.setProperty('--image-file-download', 'url(\"' + new URL(new URL('download.svg', import.meta.url).href).toString() + '\")');
@@ -140,6 +139,7 @@ style.setProperty('--image-file-edit', 'url(\"' + new URL(new URL('edit.svg', im
140
139
  style.setProperty('--image-file-empty', 'url(\"' + new URL(new URL('empty.svg', import.meta.url).href).toString() + '\")');
141
140
  style.setProperty('--image-file-errorWave', 'url(\"' + new URL(new URL('errorWave.svg', import.meta.url).href).toString() + '\")');
142
141
  style.setProperty('--image-file-exclamation', 'url(\"' + new URL(new URL('exclamation.svg', import.meta.url).href).toString() + '\")');
142
+ style.setProperty('--image-file-expand', 'url(\"' + new URL(new URL('expand.svg', import.meta.url).href).toString() + '\")');
143
143
  style.setProperty('--image-file-experiment-check', 'url(\"' + new URL(new URL('experiment-check.svg', import.meta.url).href).toString() + '\")');
144
144
  style.setProperty('--image-file-experiment', 'url(\"' + new URL(new URL('experiment.svg', import.meta.url).href).toString() + '\")');
145
145
  style.setProperty('--image-file-extension', 'url(\"' + new URL(new URL('extension.svg', import.meta.url).href).toString() + '\")');
@@ -133,7 +133,6 @@ style.setProperty('--image-file-document', 'url(\"' + new URL('./src/document.sv
133
133
  style.setProperty('--image-file-dog-paw', 'url(\"' + new URL('./src/dog-paw.svg', import.meta.url).toString() + '\")');
134
134
  style.setProperty('--image-file-dom-detective-badge', 'url(\"' + new URL('./src/dom-detective-badge.svg', import.meta.url).toString() + '\")');
135
135
  style.setProperty('--image-file-domain', 'url(\"' + new URL('./src/domain.svg', import.meta.url).toString() + '\")');
136
- style.setProperty('--image-file-dots-circle', 'url(\"' + new URL('./src/dots-circle.svg', import.meta.url).toString() + '\")');
137
136
  style.setProperty('--image-file-dots-horizontal', 'url(\"' + new URL('./src/dots-horizontal.svg', import.meta.url).toString() + '\")');
138
137
  style.setProperty('--image-file-dots-vertical', 'url(\"' + new URL('./src/dots-vertical.svg', import.meta.url).toString() + '\")');
139
138
  style.setProperty('--image-file-download', 'url(\"' + new URL('./src/download.svg', import.meta.url).toString() + '\")');
@@ -141,6 +140,7 @@ style.setProperty('--image-file-edit', 'url(\"' + new URL('./src/edit.svg', impo
141
140
  style.setProperty('--image-file-empty', 'url(\"' + new URL('./src/empty.svg', import.meta.url).toString() + '\")');
142
141
  style.setProperty('--image-file-errorWave', 'url(\"' + new URL('./src/errorWave.svg', import.meta.url).toString() + '\")');
143
142
  style.setProperty('--image-file-exclamation', 'url(\"' + new URL('./src/exclamation.svg', import.meta.url).toString() + '\")');
143
+ style.setProperty('--image-file-expand', 'url(\"' + new URL('./src/expand.svg', import.meta.url).toString() + '\")');
144
144
  style.setProperty('--image-file-experiment-check', 'url(\"' + new URL('./src/experiment-check.svg', import.meta.url).toString() + '\")');
145
145
  style.setProperty('--image-file-experiment', 'url(\"' + new URL('./src/experiment.svg', import.meta.url).toString() + '\")');
146
146
  style.setProperty('--image-file-extension', 'url(\"' + new URL('./src/extension.svg', import.meta.url).toString() + '\")');