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

Unified Diff: LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid-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
Index: LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid-expected.txt
diff --git a/LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid-expected.txt b/LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid-expected.txt
index 8d1838d15512ad989e9a0afb8f0d6ffc6443c0ee..338fb6ad49b3a9605e3f3cbaf57ed8597d621701 100644
--- a/LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid-expected.txt
+++ b/LayoutTests/css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid-expected.txt
@@ -46,6 +46,15 @@ PASS declaration.getPropertyValue('width') is "100px"
PASS declaration.getPropertyValue('height') is "100px"
PASS declaration.length is 2
+Empty rule, missing closing brace.
+@-webkit-filter my-filter {
+PASS cssRule.cssText is "@-webkit-filter my-filter { }"
+PASS cssRule.type is CSSRule.WEBKIT_FILTER_RULE
+PASS cssRule instanceof WebKitCSSFilterRule is true
+PASS cssRule.constructor === WebKitCSSFilterRule is true
+PASS cssRule.__proto__ === WebKitCSSFilterRule.prototype is true
+PASS declaration.length is 0
+
========================================
Nested filter at-rule tests.
========================================

Powered by Google App Engine
This is Rietveld 408576698