Chromium Code Reviews| OLD | NEW |
|---|---|
| (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 | |
| OLD | NEW |