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

Unified Diff: LayoutTests/inspector/elements/styles/filter-matched-styles-hides-separators-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/styles/filter-matched-styles-hides-separators-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/filter-matched-styles-hides-separators-expected.txt b/LayoutTests/inspector/elements/styles/filter-matched-styles-hides-separators-expected.txt
deleted file mode 100644
index 74e1c3a2a374626aae7516548077d912fe744e5b..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/elements/styles/filter-matched-styles-hides-separators-expected.txt
+++ /dev/null
@@ -1,51 +0,0 @@
-Verifies that filtering in StylesSidebarPane hides sidebar separators.
-
-
-Running: selectInitialNode
-
-Running: onNodeSelected
-element.style {
-}
-#third {
- font-family: times
- display: block
-}
-div {
- display: block
-}
-#second {
- font-family: helvetica
-}
-#first {
- font-family: arial
- display: block
-}
-#third::before {
- content: "uno-1"
-}
-#third::after {
- content: "dos-2"
- display: block
-}
-
-Running: testFilterFontFamily
-Filtering styles by: font-family
-[ VISIBLE ] Inherited from div#second
-[ VISIBLE ] Inherited from div#first
-[ HIDDEN ] Pseudo ::before element
-[ HIDDEN ] Pseudo ::after element
-
-Running: testContentProperty
-Filtering styles by: content
-[ HIDDEN ] Inherited from div#second
-[ HIDDEN ] Inherited from div#first
-[ VISIBLE ] Pseudo ::before element
-[ VISIBLE ] Pseudo ::after element
-
-Running: testDisplayProperty
-Filtering styles by: display
-[ HIDDEN ] Inherited from div#second
-[ VISIBLE ] Inherited from div#first
-[ HIDDEN ] Pseudo ::before element
-[ VISIBLE ] Pseudo ::after element
-

Powered by Google App Engine
This is Rietveld 408576698