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

Unified Diff: LayoutTests/inspector/styles/style-formatter-expected.txt

Issue 18347003: DevTools: Implement CSS pretty-printing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed Created 7 years, 3 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
« no previous file with comments | « LayoutTests/inspector/styles/style-formatter.html ('k') | Source/devtools/devtools.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
+
« no previous file with comments | « LayoutTests/inspector/styles/style-formatter.html ('k') | Source/devtools/devtools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698