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

Unified Diff: LayoutTests/inspector/elements/create-shadow-root-expected.txt

Issue 1158883003: DevTools: shard inspector/elements 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/elements/create-shadow-root-expected.txt
diff --git a/LayoutTests/inspector/elements/create-shadow-root-expected.txt b/LayoutTests/inspector/elements/create-shadow-root-expected.txt
deleted file mode 100644
index c76f1fede08e472d82aabf6a74b8c29c450fe53f..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/elements/create-shadow-root-expected.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-CONSOLE WARNING: Calling Element.createShadowRoot() for an element which already hosts a shadow root is deprecated. See https://www.chromestatus.com/features/4668884095336448 for more details.
-Tests that elements panel updates dom tree structure upon shadow root creation.
-
-
-Running: testDumpInitial
-========= Original ========
-- <div id="container">
- <div id="child"></div>
- </div>
-
-Running: testCreateShadowRoot
-===== After createShadowRoot =====
-- <div id="container">
- - #shadow-root
- <div id="shadow-1"></div>
- <div id="child"></div>
- </div>
-
-Running: testCreateSecondShadowRoot
-===== After second createShadowRoot =====
-- <div id="container">
- - #shadow-root
- <div id="shadow-2"></div>
- - #shadow-root
- <div id="shadow-1"></div>
- <div id="child"></div>
- </div>
-
« no previous file with comments | « LayoutTests/inspector/elements/create-shadow-root.html ('k') | LayoutTests/inspector/elements/delete-from-document.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698