| Index: third_party/WebKit/LayoutTests/http/tests/inspector/security/security-state-comparator-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/security/security-state-comparator-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/security/security-state-comparator-expected.txt
|
| index 7f5c898ffc8bc61eeeca8ebc70a5526f14b53506..804f3fc715c2e346f0d8a169523035d00653591b 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/security/security-state-comparator-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/security/security-state-comparator-expected.txt
|
| @@ -3,37 +3,26 @@ Tests that SecurityStateComparator correctly compares the severity of security s
|
| Sign of SecurityStateComparator("info","info"): 0 (expected: 0)
|
| Sign of SecurityStateComparator("info","insecure"): -1 (expected: -1)
|
| Sign of SecurityStateComparator("info","neutral"): -1 (expected: -1)
|
| -Sign of SecurityStateComparator("info","warning"): -1 (expected: -1)
|
| Sign of SecurityStateComparator("info","secure"): -1 (expected: -1)
|
| Sign of SecurityStateComparator("info","unknown"): -1 (expected: -1)
|
| Sign of SecurityStateComparator("insecure","info"): 1 (expected: 1)
|
| Sign of SecurityStateComparator("insecure","insecure"): 0 (expected: 0)
|
| Sign of SecurityStateComparator("insecure","neutral"): -1 (expected: -1)
|
| -Sign of SecurityStateComparator("insecure","warning"): -1 (expected: -1)
|
| Sign of SecurityStateComparator("insecure","secure"): -1 (expected: -1)
|
| Sign of SecurityStateComparator("insecure","unknown"): -1 (expected: -1)
|
| Sign of SecurityStateComparator("neutral","info"): 1 (expected: 1)
|
| Sign of SecurityStateComparator("neutral","insecure"): 1 (expected: 1)
|
| Sign of SecurityStateComparator("neutral","neutral"): 0 (expected: 0)
|
| -Sign of SecurityStateComparator("neutral","warning"): -1 (expected: -1)
|
| Sign of SecurityStateComparator("neutral","secure"): -1 (expected: -1)
|
| Sign of SecurityStateComparator("neutral","unknown"): -1 (expected: -1)
|
| -Sign of SecurityStateComparator("warning","info"): 1 (expected: 1)
|
| -Sign of SecurityStateComparator("warning","insecure"): 1 (expected: 1)
|
| -Sign of SecurityStateComparator("warning","neutral"): 1 (expected: 1)
|
| -Sign of SecurityStateComparator("warning","warning"): 0 (expected: 0)
|
| -Sign of SecurityStateComparator("warning","secure"): -1 (expected: -1)
|
| -Sign of SecurityStateComparator("warning","unknown"): -1 (expected: -1)
|
| Sign of SecurityStateComparator("secure","info"): 1 (expected: 1)
|
| Sign of SecurityStateComparator("secure","insecure"): 1 (expected: 1)
|
| Sign of SecurityStateComparator("secure","neutral"): 1 (expected: 1)
|
| -Sign of SecurityStateComparator("secure","warning"): 1 (expected: 1)
|
| Sign of SecurityStateComparator("secure","secure"): 0 (expected: 0)
|
| Sign of SecurityStateComparator("secure","unknown"): -1 (expected: -1)
|
| Sign of SecurityStateComparator("unknown","info"): 1 (expected: 1)
|
| Sign of SecurityStateComparator("unknown","insecure"): 1 (expected: 1)
|
| Sign of SecurityStateComparator("unknown","neutral"): 1 (expected: 1)
|
| -Sign of SecurityStateComparator("unknown","warning"): 1 (expected: 1)
|
| Sign of SecurityStateComparator("unknown","secure"): 1 (expected: 1)
|
| Sign of SecurityStateComparator("unknown","unknown"): 0 (expected: 0)
|
|
|
|
|