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 |