| Index: third_party/WebKit/LayoutTests/inspector/sass/test-ast-editing-1-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-editing-1-expected.txt b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-editing-1-expected.txt
|
| index b5e64182b923142509fe98d25867e3fbcdf11d0d..e08658b56d2298b2f75b51ea2aae60672deca572 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-editing-1-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-editing-1-expected.txt
|
| @@ -19,9 +19,9 @@ div {
|
| Running: testSetPropertyValue
|
| div {
|
| /* This is a regular comment */
|
| - color:NEW-VALUE;
|
| - /* position:NEW-VALUE; */
|
| - display:NEW-VALUE
|
| + color: NEW-VALUE;
|
| + /* position: NEW-VALUE; */
|
| + display: NEW-VALUE
|
| }
|
|
|
|
|
| @@ -125,7 +125,7 @@ div {
|
| Running: testComplexChange
|
| div {
|
| /* This is a regular comment */
|
| - color:CHANGED;
|
| + color: CHANGED;
|
| /* position: absolute; */
|
| CHANGED: block
|
| ;
|
|
|