chromium/third_party/blink/web_tests/http/tests/devtools/sources/debugger-ui/custom-element-lifecycle-events-expected.txt

Tests that custom element lifecycle events fire while debugger is paused.

Custom element registered.
new CustomElement() instanceof CustomElement = true
Script execution paused.
new CustomElement() instanceof CustomElement = true
Script execution resumed.
[page] Invoked constructor.
[page] Invoked constructor.
[page] Invoked constructor.