| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/resources/s.scss
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/resources/styles-rerequest-sourcemap-on-watchdog.scss b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/resources/s.scss
|
| similarity index 82%
|
| copy from third_party/WebKit/LayoutTests/inspector/elements/styles-4/resources/styles-rerequest-sourcemap-on-watchdog.scss
|
| copy to third_party/WebKit/LayoutTests/http/tests/inspector/persistence/resources/s.scss
|
| index 7d69ebf63e25dc203439ebf4355bbb069365310d..d5eef3b0d96e47722919f65b8d5c28b23dba54e2 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/resources/styles-rerequest-sourcemap-on-watchdog.scss
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/resources/s.scss
|
| @@ -1,5 +1,4 @@
|
| $color: red;
|
| -div {
|
| +body {
|
| color: $color;
|
| }
|
| -
|
|
|