| Index: LayoutTests/inspector/styles/style-formatter-expected.txt | 
| diff --git a/LayoutTests/inspector/styles/style-formatter-expected.txt b/LayoutTests/inspector/styles/style-formatter-expected.txt | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..36e695aa3716d842f9effec2e68df91cb8eac5c0 | 
| --- /dev/null | 
| +++ b/LayoutTests/inspector/styles/style-formatter-expected.txt | 
| @@ -0,0 +1,31 @@ | 
| +Tests the script formatting functionality. | 
| + | 
| + | 
| +Running: testScriptFormatterWorker | 
| + | 
| +Running: testSourceMapping | 
| + | 
| +Running: testFormatInlinedStyles | 
| +<html><body><style> | 
| +@-webkit-keyframes { | 
| +**from { | 
| +****left: 0 | 
| +**} | 
| + | 
| +**to { | 
| +****left: 100px; | 
| +**} | 
| +} | 
| +</style><style> | 
| +badbraces { | 
| +} | 
| +} | 
| + | 
| +@media screen { | 
| +**a { | 
| +****color: red; | 
| +****text-decoration: none | 
| +**} | 
| +} | 
| +</style></body></html> | 
| + | 
|  |