| Index: third_party/WebKit/LayoutTests/inspector/elements/styles-2/force-pseudo-state-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-2/force-pseudo-state-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-2/force-pseudo-state-expected.txt
|
| index 0721e85b69c282825462af1a4a45026fd1a551ef..1440dd85c97ec7df2ba4c0105810059b729b6a18 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/styles-2/force-pseudo-state-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-2/force-pseudo-state-expected.txt
|
| @@ -54,11 +54,11 @@ div:focus, a:focus { (force-pseudo-state.html:8 -> force-pseudo-state.html:8:1)
|
| border-left-color: green;
|
| border-left-style: solid;
|
| border-left-width: 1px;
|
| - border-image-source: initial;
|
| - border-image-slice: initial;
|
| - border-image-width: initial;
|
| - border-image-outset: initial;
|
| - border-image-repeat: initial;
|
| + border-image-source: none;
|
| + border-image-slice: 100%;
|
| + border-image-width: 1;
|
| + border-image-outset: 0;
|
| + border-image-repeat: stretch;
|
|
|
| [expanded]
|
| :focus { (user agent stylesheet)
|
|
|