html-browser-tester 0.0.21 → 0.0.22

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.
@@ -134,6 +134,7 @@ class BrowserTester {
134
134
  resolve(results);
135
135
  };
136
136
  iframe.addEventListener('load', iframeCallback);
137
+ iframe.classList.add('browser-test');
137
138
  body.appendChild(iframe);
138
139
  });
139
140
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "html-browser-tester",
3
3
  "main": "./lib/browser-test.js",
4
4
  "types": "./lib/browser-test.d.ts",
5
- "version": "0.0.21",
5
+ "version": "0.0.22",
6
6
  "scripts": {
7
7
  "dev": "vite",
8
8
  "preview": "vite preview",