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

Unified Diff: LayoutTests/css3/filters/custom-with-at-rule-syntax/script-tests/parsing-at-rule-invalid.js

Issue 14065029: Improved parse error handling for CSSMQ. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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/css3/filters/custom-with-at-rule-syntax/script-tests/parsing-at-rule-invalid.js
diff --git a/LayoutTests/css3/filters/custom-with-at-rule-syntax/script-tests/parsing-at-rule-invalid.js b/LayoutTests/css3/filters/custom-with-at-rule-syntax/script-tests/parsing-at-rule-invalid.js
index 44e822664d11208e903da1092b5d08edb2cab9e5..a10c3f6b072985629846fb39ef007fdc347865a6 100644
--- a/LayoutTests/css3/filters/custom-with-at-rule-syntax/script-tests/parsing-at-rule-invalid.js
+++ b/LayoutTests/css3/filters/custom-with-at-rule-syntax/script-tests/parsing-at-rule-invalid.js
@@ -30,4 +30,3 @@ testInvalidFilterAtRule("Filter name as number.", "@-webkit-filter 123 { }");
heading("Filter at-rule body tests.");
testInvalidFilterAtRule("Missing rule body.", "@-webkit-filter my-filter");
testInvalidFilterAtRule("Missing opening brace.", "@-webkit-filter my-filter }");
-testInvalidFilterAtRule("Missing closing brace.", "@-webkit-filter my-filter {");

Powered by Google App Engine
This is Rietveld 408576698