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

Unified Diff: LayoutTests/inspector/elements/styles/filter-matched-styles-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-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/filter-matched-styles-expected.txt b/LayoutTests/inspector/elements/styles/filter-matched-styles-expected.txt
deleted file mode 100644
index ec2fd9469c4c9965a09651f7bed3e14444fbb0b7..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/elements/styles/filter-matched-styles-expected.txt
+++ /dev/null
@@ -1,65 +0,0 @@
-Verifies that filtering in StylesSidebarPane works as expected.
-
-
-Running: selectInitialNode
-
-Running: testSimpleFiltering
-Filtering styles by: padding
-element.style {
- margin:>1px
-}
-.mydiv {
- border:>1px solid black
-F padding:v10px 10px 10px 10px
-F padding-top: 10px
-F padding-right: 10px
-F padding-bottom: 10px
-F padding-left: 10px
-}
-
-Running: testLonghandsAreAutoExpanded
-Filtering styles by: -top
-element.style {
- margin:v1px
-F margin-top: 1px
- margin-right: 1px
- margin-bottom: 1px
- margin-left: 1px
-}
-.mydiv {
- border:v1px solid black
-F border-top-color: black
-F border-top-style: solid
-F border-top-width: 1px
- border-right-color: black
- border-right-style: solid
- border-right-width: 1px
- border-bottom-color: black
- border-bottom-style: solid
- border-bottom-width: 1px
- border-left-color: black
- border-left-style: solid
- border-left-width: 1px
- padding:v10px 10px 10px 10px
-F padding-top: 10px
- padding-right: 10px
- padding-bottom: 10px
- padding-left: 10px
-}
-
-Running: testAutoExpandedLonghandsAreCollapsed
-Filtering styles by: null
-element.style {
- margin:>1px
-}
-#inspected {
- border-size: 2px
-}
-.mydiv {
- border:>1px solid black
- padding:>10px 10px 10px 10px
-}
-div {
- display: block
-}
-

Powered by Google App Engine
This is Rietveld 408576698