Index: third_party/WebKit/LayoutTests/inspector/sources/pretty-print-css-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-css-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-css-expected.txt |
index fb73de31a8b49c3bef2cb3e391f2fa61be79d622..71413eb5596fa121541942d274be2d8e284ba713 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-css-expected.txt |
+++ b/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-css-expected.txt |
@@ -38,28 +38,34 @@ Correct mapping for <black> |
Running: testFormatInlinedStyles |
====== 8< ------ |
-<html><body><style> |
-@-webkit-keyframes { |
- from { |
- left: 0 |
- } |
+<html> |
+ <body> |
+ <style> |
+ @-webkit-keyframes { |
+ from { |
+ left: 0 |
+ } |
- to { |
- left: 100px; |
- } |
-} |
-</style><style> |
-badbraces { |
-} |
-} |
+ to { |
+ left: 100px; |
+ } |
+ } |
+ </style> |
+ <style> |
+ badbraces { |
+ } |
+ } |
+ |
+ @media screen { |
+ a { |
+ color: red; |
+ text-decoration: none |
+ } |
+ } |
+ </style> |
+</body> |
+</html> |
-@media screen { |
- a { |
- color: red; |
- text-decoration: none |
- } |
-} |
-</style></body></html> |
------ >8 ====== |
Running: testNonZeroLineMapping |