| Index: LayoutTests/inspector/elements/styles-4/styles-formatting-expected.txt
|
| diff --git a/LayoutTests/inspector/elements/styles-4/styles-formatting-expected.txt b/LayoutTests/inspector/elements/styles-4/styles-formatting-expected.txt
|
| index 978fa022b993bb90ae4baeb8769f29d26a1ed41b..449848d22e75213527fe9c0fa5c9f905cf4e3bf2 100644
|
| --- a/LayoutTests/inspector/elements/styles-4/styles-formatting-expected.txt
|
| +++ b/LayoutTests/inspector/elements/styles-4/styles-formatting-expected.txt
|
| @@ -143,6 +143,18 @@ raw cssText:
|
| propC: valC;
|
| }
|
|
|
| +Running: testFormattedWithMeta
|
| +raw cssText:
|
| +{
|
| + -webkit-animation: linear;
|
| + propA: valA;
|
| + property1: value1;
|
| + propB: valB;
|
| + property2: value2;
|
| + property3: value3;
|
| + propC: valC;
|
| +}
|
| +
|
| Running: initUnformattedStyle
|
|
|
| Running: testUnformattedInsertStart
|
|
|