playwright/tests/assets/extension-with-logging/content.js
Yury Semikhatsky 8b3ba3f34e
cherry-pick(#32771): Revert chore: ignore third-party execution conte… (#32773)
…xts (#32437)

Partially revert #32437 and add a test that console.log() messages from
content scripts are properly reported

Fixes https://github.com/microsoft/playwright/issues/32762
2024-09-23 18:05:37 -07:00

2 lines
70 B
JavaScript

console.log("Test console log from a third-party execution context");