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

Unified Diff: LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-at-rule-invalid-expected.txt

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
« no previous file with comments | « no previous file | LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-at-rule-invalid-expected.txt
diff --git a/LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-at-rule-invalid-expected.txt b/LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-at-rule-invalid-expected.txt
index e4c29f8cab86808f7652176ff722aed8cf1801da..0625d888de6450ec6eb35b6547b5e7845182fbc4 100644
--- a/LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-at-rule-invalid-expected.txt
+++ b/LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-at-rule-invalid-expected.txt
@@ -45,11 +45,6 @@ Missing opening brace.
@-webkit-filter my-filter }
PASS insertRuleException instanceof DOMException is true
PASS insertRuleException.code is DOMException.SYNTAX_ERR
-
-Missing closing brace.
-@-webkit-filter my-filter {
-PASS insertRuleException instanceof DOMException is true
-PASS insertRuleException.code is DOMException.SYNTAX_ERR
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « no previous file | LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698