| Index: third_party/WebKit/LayoutTests/inspector/elements/styles-2/parse-comments.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-2/parse-comments.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-2/parse-comments.html
|
| index ff2769c8143ad1fcbbe00e02121254882bd42f50..6c1cb51f07aa44d72c8c14dd0c10edcffdbf84be 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/styles-2/parse-comments.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-2/parse-comments.html
|
| @@ -2,34 +2,34 @@
|
| <head>
|
|
|
| <style type="text/css">
|
| -/* Comment: value */
|
| +/* color: red */
|
|
|
| -@media /* Comment: value */ not /* Comment: value */print /* Comment: value */ {
|
| - /* Comment: value */
|
| - /* Comment: value */#main/* Comment: value */{/* Comment: value */ background /* Comment: value */ :/* Comment: value */blue/* Comment: value */;/* Comment: value */ }
|
| - /* Comment: value */
|
| +@media /* color: red */ not /* color: red */print /* color: red */ {
|
| + /* color: red */
|
| + /* color: red */#main/* color: red */{/* color: red */ background /* color: red */ :/* color: red */blue/* color: red */;/* color: red */ }
|
| + /* color: red */
|
| }
|
|
|
| -/* Comment: value */
|
| +/* color: red */
|
|
|
| @font-face {
|
| - /* Comment: value */
|
| - /* Comment: value */font-family/* Comment: value */:/* Comment: value */ Example/* Comment: value */;/* Comment: value */
|
| - /* Comment: value */
|
| - /* Comment: value */src/* Comment: value */:/* Comment: value */ url(bogus-example-url)/* Comment: value */;/* Comment: value */
|
| - /* Comment: value */
|
| + /* color: red */
|
| + /* color: red */font-family/* color: red */:/* color: red */ Example/* color: red */;/* color: red */
|
| + /* color: red */
|
| + /* color: red */src/* color: red */:/* color: red */ url(bogus-example-url)/* color: red */;/* color: red */
|
| + /* color: red */
|
| }
|
|
|
| -/* Comment: value */
|
| +/* color: red */
|
|
|
| -#main /* Comment: value */{
|
| - /* Comment: value */color/* Comment: value */:/* Comment: value */ green/* Comment: value */;/* Comment: value */
|
| +#main /* color: red */{
|
| + /* color: red */color/* color: red */:/* color: red */ green/* color: red */;/* color: red */
|
| }
|
| -/* Comment: value */
|
| -@page /* Comment: value */:right /* Comment: value */{/* Comment: value */
|
| - /* Comment: value */margin-left/* Comment: value */:/* Comment: value */ 3cm/* Comment: value */;/* Comment: value */
|
| - /* Comment: value */margin-right /* Comment: value */: /* Comment: value */4cm /* Comment: value */
|
| -}/*Comment: value*/
|
| +/* color: red */
|
| +@page /* color: red */:right /* color: red */{/* color: red */
|
| + /* color: red */margin-left/* color: red */:/* color: red */ 3cm/* color: red */;/* color: red */
|
| + /* color: red */margin-right /* color: red */: /* color: red */4cm /* color: red */
|
| +}/*color: red*/
|
| </style>
|
|
|
| <script src="../../../http/tests/inspector/inspector-test.js"></script>
|
|
|