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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-1/filter-matched-styles-expected.txt

Issue 2249653002: border-foo WIP Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: V9 Created 4 years, 4 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 unified diff | Download patch
OLDNEW
1 Verifies that filtering in StylesSidebarPane works as expected. 1 Verifies that filtering in StylesSidebarPane works as expected.
2 2
3 3
4 Running: selectInitialNode 4 Running: selectInitialNode
5 5
6 Running: testSimpleFiltering 6 Running: testSimpleFiltering
7 Filtering styles by: padding 7 Filtering styles by: padding
8 .mydiv { 8 .mydiv {
9 border:>1px solid black 9 border:>1px solid black
10 F padding:v10px 10px 10px 10px 10 F padding:v10px 10px 10px 10px
(...skipping 19 matching lines...) Expand all
30 F border-top-width: 1px 30 F border-top-width: 1px
31 border-right-color: black 31 border-right-color: black
32 border-right-style: solid 32 border-right-style: solid
33 border-right-width: 1px 33 border-right-width: 1px
34 border-bottom-color: black 34 border-bottom-color: black
35 border-bottom-style: solid 35 border-bottom-style: solid
36 border-bottom-width: 1px 36 border-bottom-width: 1px
37 border-left-color: black 37 border-left-color: black
38 border-left-style: solid 38 border-left-style: solid
39 border-left-width: 1px 39 border-left-width: 1px
40 border-image-source: initial 40 border-image-source: none
41 border-image-slice: initial 41 border-image-slice: 100%
42 border-image-width: initial 42 border-image-width: 1
43 border-image-outset: initial 43 border-image-outset: 0
44 border-image-repeat: initial 44 border-image-repeat: stretch
45 padding:v10px 10px 10px 10px 45 padding:v10px 10px 10px 10px
46 F padding-top: 10px 46 F padding-top: 10px
47 padding-right: 10px 47 padding-right: 10px
48 padding-bottom: 10px 48 padding-bottom: 10px
49 padding-left: 10px 49 padding-left: 10px
50 } 50 }
51 51
52 Running: testAutoExpandedLonghandsAreCollapsed 52 Running: testAutoExpandedLonghandsAreCollapsed
53 Filtering styles by: null 53 Filtering styles by: null
54 element.style { 54 element.style {
55 margin:>1px 55 margin:>1px
56 } 56 }
57 #inspected { 57 #inspected {
58 border-size: 2px 58 border-size: 2px
59 } 59 }
60 .mydiv { 60 .mydiv {
61 border:>1px solid black 61 border:>1px solid black
62 padding:>10px 10px 10px 10px 62 padding:>10px 10px 10px 10px
63 } 63 }
64 div { 64 div {
65 display: block 65 display: block
66 } 66 }
67 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698