remove _cssText attribute from style element

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent a36fae560f
commit 8b470ab6c8
2 changed files with 2 additions and 1 deletions

View File

@@ -89,7 +89,7 @@ describe('integration tests', () => {
await this.server.close();
});
for (const html of htmls.slice(0, 10)) {
for (const html of htmls) {
const title = '[html file]: ' + html.filePath;
it(title, async () => {
const page: puppeteer.Page = await this.browser.newPage();