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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-2/parse-comments.html

Issue 1534323003: DevTools: [CSS] do not treat random css comments as disabled properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaseline Created 4 years, 11 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 | « no previous file | third_party/WebKit/LayoutTests/inspector/elements/styles-2/parse-comments-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/elements/styles-2/parse-comments-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698