Index: third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-formatting-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-formatting-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-formatting-expected.txt |
index 1d22d258dd5cc711bc667c6789d51550ea1d9774..70fa64a8dba94dda32a862963e2ae18e4751a2eb 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-formatting-expected.txt |
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-formatting-expected.txt |
@@ -10,46 +10,46 @@ raw cssText: |
{ |
/* leading comment */ |
firstProperty: rgba(1, 2, 3, 0); |
- property1: value1; /* comment1 */ |
- property2: value2;/* comment2 */ |
- property3: value3; |
+ color: red; /* comment1 */ |
+ margin: 0;/* comment2 */ /* like: property */ |
+ padding: 0; |
} |
Running: testFormattedRemoveStart |
raw cssText: |
{ |
/* leading comment */ |
- property1: value1; /* comment1 */ |
- property2: value2;/* comment2 */ |
- property3: value3; |
+ color: red; /* comment1 */ |
+ margin: 0;/* comment2 */ /* like: property */ |
+ padding: 0; |
} |
Running: testFormattedInsertMiddle |
raw cssText: |
{ |
/* leading comment */ |
- property1: value1; /* comment1 */ |
+ color: red; /* comment1 */ |
middleProperty: middleValue /* comment */; |
- property2: value2;/* comment2 */ |
- property3: value3; |
+ margin: 0;/* comment2 */ /* like: property */ |
+ padding: 0; |
} |
Running: testFormattedRemoveMiddle |
raw cssText: |
{ |
/* leading comment */ |
- property1: value1; /* comment1 */ |
- property2: value2;/* comment2 */ |
- property3: value3; |
+ color: red; /* comment1 */ |
+ margin: 0;/* comment2 */ /* like: property */ |
+ padding: 0; |
} |
Running: testFormattedInsertEnd |
raw cssText: |
{ |
/* leading comment */ |
- property1: value1; /* comment1 */ |
- property2: value2;/* comment2 */ |
- property3: value3; |
+ color: red; /* comment1 */ |
+ margin: 0;/* comment2 */ /* like: property */ |
+ padding: 0; |
endProperty: endValue; |
} |
@@ -57,36 +57,36 @@ Running: testFormattedRemoveEnd |
raw cssText: |
{ |
/* leading comment */ |
- property1: value1; /* comment1 */ |
- property2: value2;/* comment2 */ |
- property3: value3; |
+ color: red; /* comment1 */ |
+ margin: 0;/* comment2 */ /* like: property */ |
+ padding: 0; |
} |
Running: testFormattedDisableStart |
raw cssText: |
{ |
/* leading comment */ |
- /* property1: value1; */ /* comment1 */ |
- property2: value2;/* comment2 */ |
- property3: value3; |
+ /* color: red; */ /* comment1 */ |
+ margin: 0;/* comment2 */ /* like: property */ |
+ padding: 0; |
} |
Running: testFormattedDisableEnd |
raw cssText: |
{ |
/* leading comment */ |
- /* property1: value1; */ /* comment1 */ |
- property2: value2;/* comment2 */ |
- /* property3: value3; */ |
+ /* color: red; */ /* comment1 */ |
+ margin: 0;/* comment2 */ /* like: property */ |
+ /* padding: 0; */ |
} |
Running: testFormattedDisableMiddle |
raw cssText: |
{ |
/* leading comment */ |
- /* property1: value1; */ /* comment1 */ |
- /* property2: value2; *//* comment2 */ |
- /* property3: value3; */ |
+ /* color: red; */ /* comment1 */ |
+ /* margin: 0; *//* comment2 */ /* like: property */ |
+ /* padding: 0; */ |
} |
Running: testFormattedInsert1 |
@@ -94,9 +94,9 @@ raw cssText: |
{ |
/* leading comment */ |
propA: valA; |
- /* property1: value1; */ /* comment1 */ |
- /* property2: value2; *//* comment2 */ |
- /* property3: value3; */ |
+ /* color: red; */ /* comment1 */ |
+ /* margin: 0; *//* comment2 */ /* like: property */ |
+ /* padding: 0; */ |
} |
Running: testFormattedInsert2 |
@@ -104,10 +104,10 @@ raw cssText: |
{ |
/* leading comment */ |
propA: valA; |
- /* property1: value1; */ /* comment1 */ |
+ /* color: red; */ /* comment1 */ |
propB: valB; |
- /* property2: value2; *//* comment2 */ |
- /* property3: value3; */ |
+ /* margin: 0; *//* comment2 */ /* like: property */ |
+ /* padding: 0; */ |
} |
Running: testFormattedInsert3 |
@@ -115,10 +115,10 @@ raw cssText: |
{ |
/* leading comment */ |
propA: valA; |
- /* property1: value1; */ /* comment1 */ |
+ /* color: red; */ /* comment1 */ |
propB: valB; |
- /* property2: value2; *//* comment2 */ |
- /* property3: value3; */ |
+ /* margin: 0; *//* comment2 */ /* like: property */ |
+ /* padding: 0; */ |
propC: valC; |
} |
@@ -127,10 +127,10 @@ raw cssText: |
{ |
/* leading comment */ |
propA: valA; |
- property1: value1; /* comment1 */ |
+ color: red; /* comment1 */ |
propB: valB; |
- /* property2: value2; *//* comment2 */ |
- /* property3: value3; */ |
+ /* margin: 0; *//* comment2 */ /* like: property */ |
+ /* padding: 0; */ |
propC: valC; |
} |
@@ -139,10 +139,10 @@ raw cssText: |
{ |
/* leading comment */ |
propA: valA; |
- property1: value1; /* comment1 */ |
+ color: red; /* comment1 */ |
propB: valB; |
- /* property2: value2; *//* comment2 */ |
- property3: value3; |
+ /* margin: 0; *//* comment2 */ /* like: property */ |
+ padding: 0; |
propC: valC; |
} |
@@ -151,10 +151,10 @@ raw cssText: |
{ |
/* leading comment */ |
propA: valA; |
- property1: value1; /* comment1 */ |
+ color: red; /* comment1 */ |
propB: valB; |
- property2: value2;/* comment2 */ |
- property3: value3; |
+ margin: 0;/* comment2 */ /* like: property */ |
+ padding: 0; |
propC: valC; |
} |
@@ -164,10 +164,10 @@ raw cssText: |
/* leading comment */ |
-webkit-animation: linear; |
propA: valA; |
- property1: value1; /* comment1 */ |
+ color: red; /* comment1 */ |
propB: valB; |
- property2: value2;/* comment2 */ |
- property3: value3; |
+ margin: 0;/* comment2 */ /* like: property */ |
+ padding: 0; |
propC: valC; |
} |
@@ -178,10 +178,10 @@ raw cssText: |
-webkit-animation: linear; |
unicode-bidi: webkit-isolate; |
propA: valA; |
- property1: value1; /* comment1 */ |
+ color: red; /* comment1 */ |
propB: valB; |
- property2: value2;/* comment2 */ |
- property3: value3; |
+ margin: 0;/* comment2 */ /* like: property */ |
+ padding: 0; |
propC: valC; |
} |
@@ -193,10 +193,10 @@ raw cssText: |
-webkit-animation: linear; |
unicode-bidi: webkit-isolate; |
propA: valA; |
- property1: value1; /* comment1 */ |
+ color: red; /* comment1 */ |
propB: valB; |
- property2: value2;/* comment2 */ |
- property3: value3; |
+ margin: 0;/* comment2 */ /* like: property */ |
+ padding: 0; |
propC: valC; |
} |
@@ -204,49 +204,49 @@ Running: initUnformattedStyle |
Running: testUnformattedInsertStart |
raw cssText: |
-{/*leading comment*/firstProperty: firstValue;property1:value1;property2:value2;property3:value3;} |
+{/*leading comment*/firstProperty: firstValue;color:red;margin:0;padding:0;} |
Running: testUnformattedRemoveStart |
raw cssText: |
-{/*leading comment*/property1:value1;property2:value2;property3:value3;} |
+{/*leading comment*/color:red;margin:0;padding:0;} |
Running: testUnformattedInsertMiddle |
raw cssText: |
-{/*leading comment*/property1:value1;middleProperty: middleValue;property2:value2;property3:value3;} |
+{/*leading comment*/color:red;middleProperty: middleValue;margin:0;padding:0;} |
Running: testUnformattedRemoveMiddle |
raw cssText: |
-{/*leading comment*/property1:value1;property2:value2;property3:value3;} |
+{/*leading comment*/color:red;margin:0;padding:0;} |
Running: testUnformattedInsertEnd |
raw cssText: |
-{/*leading comment*/property1:value1;property2:value2;property3:value3;endProperty: endValue;} |
+{/*leading comment*/color:red;margin:0;padding:0;endProperty: endValue;} |
Running: testUnformattedRemoveEnd |
raw cssText: |
-{/*leading comment*/property1:value1;property2:value2;property3:value3;} |
+{/*leading comment*/color:red;margin:0;padding:0;} |
Running: testUnformattedDisableStart |
raw cssText: |
-{/*leading comment*//* property1:value1; */property2:value2;property3:value3;} |
+{/*leading comment*//* color:red; */margin:0;padding:0;} |
Running: testUnformattedDisableEnd |
raw cssText: |
-{/*leading comment*//* property1:value1; */property2:value2;/* property3:value3; */} |
+{/*leading comment*//* color:red; */margin:0;/* padding:0; */} |
Running: testUnformattedDisableMiddle |
raw cssText: |
-{/*leading comment*//* property1:value1; *//* property2:value2; *//* property3:value3; */} |
+{/*leading comment*//* color:red; *//* margin:0; *//* padding:0; */} |
Running: testUnformattedEnableStart |
raw cssText: |
-{/*leading comment*/property1:value1;/* property2:value2; *//* property3:value3; */} |
+{/*leading comment*/color:red;/* margin:0; *//* padding:0; */} |
Running: testUnformattedEnableEnd |
raw cssText: |
-{/*leading comment*/property1:value1;/* property2:value2; */property3:value3;} |
+{/*leading comment*/color:red;/* margin:0; */padding:0;} |
Running: testUnformattedEnableMiddle |
raw cssText: |
-{/*leading comment*/property1:value1;property2:value2;property3:value3;} |
+{/*leading comment*/color:red;margin:0;padding:0;} |