Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: LayoutTests/inspector/sources/debugger/custom-element-lifecycle-events-expected.txt

Issue 1153923005: DevTools: shard inspector/debugger tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
-

Powered by Google App Engine
This is Rietveld 408576698