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

Side by Side 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, 2 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « LayoutTests/inspector/styles/style-formatter.html ('k') | Source/devtools/devtools.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Tests the script formatting functionality.
2
3
4 Running: testScriptFormatterWorker
5
6 Running: testSourceMapping
7
8 Running: testFormatInlinedStyles
9 <html><body><style>
10 @-webkit-keyframes {
11 **from {
12 ****left: 0
13 **}
14
15 **to {
16 ****left: 100px;
17 **}
18 }
19 </style><style>
20 badbraces {
21 }
22 }
23
24 @media screen {
25 **a {
26 ****color: red;
27 ****text-decoration: none
28 **}
29 }
30 </style></body></html>
31
OLDNEW
« 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