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

Unified Diff: LayoutTests/inspector/console/console-css-warnings.html

Issue 15660004: Reporing invalid CSS selectors. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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
Index: LayoutTests/inspector/console/console-css-warnings.html
diff --git a/LayoutTests/inspector/console/console-css-warnings.html b/LayoutTests/inspector/console/console-css-warnings.html
index 5af5a1e67112fb36c9deaf28645b42e8eb9373d4..deaaf16f0160e448089f0d2bf54c8ad28ebcf251 100644
--- a/LayoutTests/inspector/console/console-css-warnings.html
+++ b/LayoutTests/inspector/console/console-css-warnings.html
@@ -78,6 +78,9 @@ x {
background: IE-hack ignored \9 ;
}
+x, {
+}
+
x {
color: @; /* Test simple error to ensure parsing recovered. */
}

Powered by Google App Engine
This is Rietveld 408576698