Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/pretty-print-css-expected.txt

Issue 1894343002: DevTools: pretty-print HTML (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698