| Index: LayoutTests/inspector/sources/debugger/custom-element-lifecycle-events-expected.txt
|
| diff --git a/LayoutTests/inspector/sources/debugger/custom-element-lifecycle-events-expected.txt b/LayoutTests/inspector/sources/debugger/custom-element-lifecycle-events-expected.txt
|
| deleted file mode 100644
|
| index 654379e510d854d8c9f268d7029bed89b1d4742d..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/inspector/sources/debugger/custom-element-lifecycle-events-expected.txt
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -Tests that custom element lifecycle events fire while debugger is paused.
|
| -
|
| -[page] Invoked createdCallback.
|
| -[page] Invoked createdCallback.
|
| -[page] Invoked createdCallback.
|
| -[page] Invoked attributeChangedCallback.
|
| -[page] Invoked attachedCallback.
|
| -[page] Invoked detachedCallback.
|
| -Custom element registered.
|
| -new CustomElement() instanceof CustomElement = true
|
| -Script execution paused.
|
| -new CustomElement() instanceof CustomElement = true
|
| -Script execution resumed.
|
| -
|
|
|