Index: third_party/WebKit/LayoutTests/inspector/elements/styles-4/disable-last-property-without-semicolon-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/disable-last-property-without-semicolon-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/disable-last-property-without-semicolon-expected.txt |
index 0fb3375b29c689c0961e8e3ebcbae52ee3743138..75e83b5e3a38acd4473d7897f9ee7390270d5aaa 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/disable-last-property-without-semicolon-expected.txt |
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/disable-last-property-without-semicolon-expected.txt |
@@ -7,23 +7,23 @@ Running: initFormattedStyle |
Running: testFormattedDisableLast |
raw cssText: |
{ |
- property1: value1; |
- /* property2: value2 */ |
+ color: red; |
+ /* margin: 0 */ |
} |
Running: testFormattedInsertEnd |
raw cssText: |
{ |
- property1: value1; |
- /* property2: value2 */ |
+ color: red; |
+ /* margin: 0 */ |
endProperty: endValue; |
} |
Running: testFormattedEnable |
raw cssText: |
{ |
- property1: value1; |
- property2: value2; |
+ color: red; |
+ margin: 0; |
endProperty: endValue; |
} |